whizsid / ltet

Rust amethyst first person shooter 3D game [UNDER DEVELOPMENT]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ltet

How to run

To run the game, run the following command, which defaults to the vulkan graphics backend:

cargo run

Windows and Linux users may explicitly choose "vulkan" with the following command:

cargo run --no-default-features --features "vulkan"

Mac OS X users may explicitly choose "metal" with the following command:

cargo run --no-default-features --features "metal"

About

Rust amethyst first person shooter 3D game [UNDER DEVELOPMENT]


Languages

Language:Rust 100.0%