FyroxEngine / Fyrox-demo-projects

A set of demo projects for the Fyrox Game Engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A set of demo projects for the Fyrox Game Engine.

License:MIT License


Languages

Language:Rust 89.9%Language:CSS 4.4%Language:HTML 2.9%Language:JavaScript 2.9%