Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wrightdylan/more_hands_on_rust
Advanced Hands-on Rust (Book Projects)
https://github.com/wrightdylan/more_hands_on_rust
bevy games rust rust-lang
Last synced: 1 day ago
JSON representation
Advanced Hands-on Rust (Book Projects)
- Host: GitHub
- URL: https://github.com/wrightdylan/more_hands_on_rust
- Owner: wrightdylan
- Created: 2024-07-30T08:41:02.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T11:06:09.000Z (6 months ago)
- Last Synced: 2024-12-16T18:12:40.518Z (about 2 months ago)
- Topics: bevy, games, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 782 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advanced Hands-on Rust
Working through the advanced Rust [book](https://pragprog.com/titles/hwmrust/advanced-hands-on-rust/) by PragProg, currently in beta. Games make use of Bevy 0.12, but I have updated these examples to 0.14.
## Workspaces
All workspaces linked below:
| Workspace | Dir |
|:-|:-|
| Hello Bevy | [link](./hello_bevy) |
| Flappy Dragon | [link](./flappy) |
| My Library | [link](./my_library) |
| Pig (dice game) | [link](./pig) |## Notes
1. Currently experiencing an issue where MenuAssets are not being loaded on startup, but only load at game over.