Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 588 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 588 Bytes

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