gdrust_kit
A toolkit of Rust utilities for Godot game development.
Tools
collision: Collision toolspathfinding: Pathfinding tools
Usage
# Use specific tools
= { = "0.1.0", = ["collision", "pathfinding"] }
# Use all tools
= { = "0.1.0", = ["all"] }
# Or use individual crates directly
= "0.1.0"
// Import and use tools
use ;
// Create a collision object
// TODO: example here