Awesome
rod
Rod is a cross-platform 2d and 3d game engine for Nim.
<!--- [Editor live demo](http://yglukhov.github.io/rod/livedemo/main.html) -->Installation:
$ git clone https://github.com/yglukhov/rod
$ cd rod
$ nimble install -y
Update all dependencies:
$ cd rod
$ nimble install -y -d
Supported platforms:
- iOS
- Android
- Windows
- OSX
- Linux
- HTML5 (Emscripten)
Build Requirements:
- Nim latest devel version
- Nimble package manager