Learning Rust+Bevy following this tutorial from guimcaballero/bevy_chess (see also guimcaballero's github) originally written in bevy = "0.4.0" and bevy_mod_picking = "0.3.1". This repo is an update with bevy = "0.7.0" and bevy_mod_picking = "0.6.1".
I am still learning Rust+Bevy so the code is not perfect, but it's functional.
- Link to the tutorial (Bevy 0.4.0): https://caballerocoll.com/blog/bevy-chess-tutorial/
- Bevy API: https://docs.rs/bevy/latest/bevy/
- Unofficial Bevy Cheat Book: https://bevy-cheatbook.github.io/
Bevy Chess is published under a MIT License.