Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 896 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 896 Bytes

Fyrox Demo Projects

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

Large Games

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.