https://github.com/simmsb/toohoo
Messing around with Amethyst
https://github.com/simmsb/toohoo
Last synced: 8 months ago
JSON representation
Messing around with Amethyst
- Host: GitHub
- URL: https://github.com/simmsb/toohoo
- Owner: simmsb
- Created: 2020-04-16T00:52:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T07:40:14.000Z (about 6 years ago)
- Last Synced: 2025-06-17T14:53:11.457Z (12 months ago)
- Language: Rust
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# toohoo
## How to run
To run the game, run the following command, which defaults to the `vulkan` graphics backend:
```bash
cargo run
```
Windows and Linux users may explicitly choose `"vulkan"` with the following command:
```bash
cargo run --no-default-features --features "vulkan"
```
Mac OS X users may explicitly choose `"metal"` with the following command:
```bash
cargo run --no-default-features --features "metal"
```