This project combines the power of the Godot game engine with Rust for game development.
godot/
: Contains the Godot project files and configuration.rust/
: Contains the Rust source code and related configurations.
- Godot Engine 4+
- Rust
- Emscripten (for WebAssembly builds)
- Open the
godot
directory in Godot Engine. - Configure the project settings as needed.
- Navigate to the
rust
directory. - Build the Rust project:
cargo build