-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,28 @@ | ||
# awesome-rust-gamedev | ||
A collection about rust gamedev resources. | ||
|
||
## Table of contents | ||
- [Engines](#engines) | ||
- [Bevy Engine](#bevy-engine) | ||
- [Tutorials](#tutorials) | ||
- [Ecosystem](#ecosystem) | ||
- [Communities](#communities) | ||
- [Books](#books) | ||
- [Games](#games) | ||
|
||
## Engines | ||
- [bevy](https://bevyengine.org/): A refreshingly simple data-driven game engine built in Rust. | ||
- [fyrox](https://fyrox.rs/): A feature-rich, production-ready, general purpose 2D/3D game engine written in Rust with a scene editor. | ||
|
||
## Bevy Engine | ||
### Tutorials | ||
- [Creating a Snake Clone in Rust, with Bevy](https://mbuffett.com/posts/bevy-snake-tutorial/) | ||
### Books | ||
- [official book](https://bevyengine.org/learn/book/introduction/) | ||
- [bevy-cheatbook](https://bevy-cheatbook.github.io/) | ||
### Ecosystem | ||
### Communities | ||
- [Discord](https://discord.gg/bevy) | ||
### Games | ||
- [tetris](https://github.com/NightsWatchGames/tetris) | ||
- [rubiks-cube](https://github.com/NightsWatchGames/rubiks-cube) |