A set of demo projects for the Fyrox Game Engine. Most of the projects located in this repository in the respective folders. Navigate to a folder, and execute one of the following commands there:
- To run a game:
cargo run --package executor --release
- To run an editor:
cargo run --package editor --release
There are some large game projects that developed by the community:
- Station Iapetus - a sci-fi, third-person 3D shooter, the largest game made with the engine by now.
- Fish Folly - FallGuys-like platformer.
- RustCycles - A fast multiplayer shooter on wheels.
- rusty shooter - Quake3-like shooter, currently non-maintained.