You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hilmar Wiegand
da1cbadfea
|
5 years ago | |
---|---|---|
resources | 5 years ago | |
src | 5 years ago | |
.gitignore | 6 years ago | |
Cargo.lock | 6 years ago | |
Cargo.toml | 6 years ago | |
README.md | 6 years ago |
README.md
amethyst-cli-starter-2d
How to run
To run the game, use
cargo run --features "vulkan"
on Windows and Linux, and
cargo run --features "metal"
on macOS.
For building without any graphics backend, you can use
cargo run --features "empty"
but be aware that as soon as you need any rendering you won't be able to run your game when using
the empty
feature.