https://github.com/yglukhov/rod
Cross-platform game engine
https://github.com/yglukhov/rod
game-engine nim
Last synced: 2 months ago
JSON representation
Cross-platform game engine
- Host: GitHub
- URL: https://github.com/yglukhov/rod
- Owner: yglukhov
- License: mit
- Created: 2015-10-28T19:18:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-18T13:27:56.000Z (about 2 years ago)
- Last Synced: 2024-10-14T15:04:31.369Z (7 months ago)
- Topics: game-engine, nim
- Language: Nim
- Homepage:
- Size: 7.12 MB
- Stars: 137
- Watchers: 13
- Forks: 20
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nim - rod - Cross-platform 2D and 3D game engine. (Game Development / Game Engines)
README
# rod [](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