Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.