mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2025-02-16 20:28:25 +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)
|
- [Cryptography](#cryptography)
|
||||||
- [Database](#database)
|
- [Database](#database)
|
||||||
- [Encoding](#encoding)
|
- [Encoding](#encoding)
|
||||||
|
- [Game development](#game-development)
|
||||||
- [Games](#games)
|
- [Games](#games)
|
||||||
- [GUI](#gui)
|
- [GUI](#gui)
|
||||||
- [Network programming](#network-programming)
|
- [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
|
* [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
|
* [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
|
### Games
|
||||||
|
|
||||||
* [JeremyLetang/rustenstein3D/](https://github.com/JeremyLetang/rustenstein3D/) — a raycasting engine in rust.
|
* [lifthrasiir/angolmois-rust](https://github.com/lifthrasiir/angolmois-rust) — a minimalistic music video game which supports the BMS format
|
||||||
* [lifthrasiir/angolmois-rust](https://github.com/lifthrasiir/angolmois-rust) — a BM98-like minimalistic music video game which supports the BMS format for playing.
|
|
||||||
|
|
||||||
### GUI
|
### GUI
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue