Skip to content

Commit

Permalink
Add game engines
Browse files Browse the repository at this point in the history
  • Loading branch information
lewiszlw committed Dec 24, 2022
1 parent a21e6e1 commit 6732441
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
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)

0 comments on commit 6732441

Please sign in to comment.