rod [](https://travis-ci.org/yglukhov/rod)

January 19, 2021 ยท View on GitHub

Rod is a cross-platform 2d and 3d game engine for Nim.

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