Crate gdrust_kit

Crate gdrust_kit 

Source
Expand description

§gdrust_kit

A collection of helpful tools for Rust Godot development.

§Available Tools

Each tool can be enabled with its own feature flag:

  • pathfinding: Tools for pathfinding algorithms
  • collision: Tools for collision detection and physics
  • player_controller: Tools for managing player input and controls
  • utils: Utility tools

§Usage

[dependencies]
gdrust_kit = { version = "0.1", features = ["collision"] }

Modules§

version
Version information for the meta package