All Projects → yglukhov → Rod

yglukhov / Rod

Licence: mit
Cross-platform game engine

Programming Languages

nim
578 projects

Projects that are alternatives of or similar to Rod

Super Mega Engine
Mega Man GameMaker Studio 1.4.1760 Engine
Stars: ✭ 73 (-17.98%)
Mutual labels:  game-engine
Helixjs
A Javascript 3D game engine.
Stars: ✭ 84 (-5.62%)
Mutual labels:  game-engine
Sphere
A lightweight JavaScript-based game development platform, based on the original Sphere engine by Chad Austin but with a redesigned, modern API and brand-new command-line development tools.
Stars: ✭ 90 (+1.12%)
Mutual labels:  game-engine
Boardgame.io
State Management and Multiplayer Networking for Turn-Based Games
Stars: ✭ 8,924 (+9926.97%)
Mutual labels:  game-engine
Novelrt
A cross-platform 2D game engine accompanied by a strong toolset for visual novels.
Stars: ✭ 81 (-8.99%)
Mutual labels:  game-engine
Dhewm3
dhewm 3 main repository
Stars: ✭ 1,261 (+1316.85%)
Mutual labels:  game-engine
Stardust Engine
A brand new, easy to use, and beautiful game engine for Windows, Mac OS X, Linux, PSP, and more coming soon!
Stars: ✭ 73 (-17.98%)
Mutual labels:  game-engine
Evennia
Python MUD/MUX/MUSH/MU* development system
Stars: ✭ 1,309 (+1370.79%)
Mutual labels:  game-engine
Enduro2d
Yet another 2d game engine of dreams (work in progress)
Stars: ✭ 82 (-7.87%)
Mutual labels:  game-engine
Starruler2 Source
4X Space Strategy game Star Ruler 2's open source distribution.
Stars: ✭ 1,267 (+1323.6%)
Mutual labels:  game-engine
Scrapengine
A very simple real-time Vulkan 3D game engine
Stars: ✭ 80 (-10.11%)
Mutual labels:  game-engine
Jme Clj
A Clojure 3D Game Engine Wrapper, Powered By jMonkeyEngine
Stars: ✭ 83 (-6.74%)
Mutual labels:  game-engine
Simulator
A ROS/ROS2 Multi-robot Simulator for Autonomous Vehicles
Stars: ✭ 1,260 (+1315.73%)
Mutual labels:  game-engine
Termloop
Terminal-based game engine for Go, built on top of Termbox
Stars: ✭ 1,190 (+1237.08%)
Mutual labels:  game-engine
Nunustudio
Web powered cross-platform 3D, WebXR game engine.
Stars: ✭ 1,302 (+1362.92%)
Mutual labels:  game-engine
Mage
Magic Another Game Engine
Stars: ✭ 1,180 (+1225.84%)
Mutual labels:  game-engine
Opengl Renderer
Modern OpenGL renderer written in C++17
Stars: ✭ 85 (-4.49%)
Mutual labels:  game-engine
Ikemen Go
A open source fighting game engine that supports MUGEN resources.
Stars: ✭ 92 (+3.37%)
Mutual labels:  game-engine
Openra
Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.
Stars: ✭ 10,220 (+11383.15%)
Mutual labels:  game-engine
Monsterminigame
☠ Steam Summer Sale 2015 Monster Minigame fully reimplemented server clone
Stars: ✭ 85 (-4.49%)
Mutual labels:  game-engine

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].