mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-22 11:53:06 +00:00
add Game development
This commit is contained in:
parent
8be8f92c14
commit
3a5edf6065
1 changed files with 6 additions and 2 deletions
|
@ -13,6 +13,7 @@ Only projects that are more than a prototype should be added. Projects that do n
|
|||
- [Cryptography](#cryptography)
|
||||
- [Database](#database)
|
||||
- [Encoding](#encoding)
|
||||
- [Game development](#game-development)
|
||||
- [Games](#games)
|
||||
- [GUI](#gui)
|
||||
- [Network programming](#network-programming)
|
||||
|
@ -84,10 +85,13 @@ Only projects that are more than a prototype should be added. Projects that do n
|
|||
* [Florob/RustyXML](https://github.com/Florob/RustyXML) — an XML parser written in Rust
|
||||
* [netvl/rust-xml](https://github.com/netvl/rust-xml) — a streaming XML library
|
||||
|
||||
### Game development
|
||||
|
||||
* [JeremyLetang/rustenstein3D/](https://github.com/JeremyLetang/rustenstein3D/) — a raycasting engine in rust
|
||||
|
||||
### Games
|
||||
|
||||
* [JeremyLetang/rustenstein3D/](https://github.com/JeremyLetang/rustenstein3D/) — a raycasting engine in rust.
|
||||
* [lifthrasiir/angolmois-rust](https://github.com/lifthrasiir/angolmois-rust) — a BM98-like minimalistic music video game which supports the BMS format for playing.
|
||||
* [lifthrasiir/angolmois-rust](https://github.com/lifthrasiir/angolmois-rust) — a minimalistic music video game which supports the BMS format
|
||||
|
||||
### GUI
|
||||
|
||||
|
|
Loading…
Reference in a new issue