Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yglukhov/rod

Cross-platform game engine
https://github.com/yglukhov/rod

game-engine nim

Last synced: 26 days ago
JSON representation

Cross-platform game engine

Awesome Lists containing this project

README

        

# rod [![Build Status](https://travis-ci.org/yglukhov/rod.svg?branch=master)](https://travis-ci.org/yglukhov/rod)

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