/rod

Cross-platform game engine

Primary LanguageNimMIT LicenseMIT

rod Build Status

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