From 13ec3fb1c7dfe5b326c6e43a584eb9952bfd4d4a Mon Sep 17 00:00:00 2001 From: Adrian Malacoda Date: Mon, 23 Apr 2018 01:32:30 -0500 Subject: [PATCH] add note about Piston --- NOTES.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NOTES.md b/NOTES.md index 53d44fe..b558478 100644 --- a/NOTES.md +++ b/NOTES.md @@ -1,5 +1,19 @@ # Gammarena Notes ## 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 https://github.com/edwin0cheng/unrust