add note about Piston
This commit is contained in:
parent
79a3b2aa92
commit
13ec3fb1c7
14
NOTES.md
14
NOTES.md
@ -1,5 +1,19 @@
|
|||||||
# Gammarena Notes
|
# Gammarena Notes
|
||||||
## Engine
|
## Engine
|
||||||
|
### Piston
|
||||||
|
https://github.com/PistonDevelopers/piston
|
||||||
|
|
||||||
|
#### Pros
|
||||||
|
* Pure Rust
|
||||||
|
* Under active development
|
||||||
|
* Probably the most popular Rust game engine
|
||||||
|
* [Widely used](https://github.com/PistonDevelopers/piston/wiki/Games-Made-With-Piston)
|
||||||
|
* Has [tutorials](https://github.com/pistondevelopers/piston-tutorials) and [examples](https://github.com/pistondevelopers/piston-examples)
|
||||||
|
* Also has [documentation](https://github.com/PistonDevelopers/piston/blob/master/GUIDE.md)
|
||||||
|
|
||||||
|
#### Cons
|
||||||
|
* May be lacking in features we require
|
||||||
|
|
||||||
### unrust
|
### unrust
|
||||||
https://github.com/edwin0cheng/unrust
|
https://github.com/edwin0cheng/unrust
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user