Ventero / Experimental-2D-Engine

Experimental 2D Engine, to learn more about C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Experimental 2D Engine

Build Status

An experimental 2D Game Engine with Ruby as its scripting language.

Build

You must have MRuby, SDL2, SDL2_ttf, and SDL2_img installed to build.

Building is simple. Simply create a build directory in the root directory of the project, cd into it, and type cmake ... This will generate a Makefile you can execute with make.

CMake is able to generate many other project files as well. Check here for more information.

About

Experimental 2D Engine, to learn more about C++


Languages

Language:C++ 95.5%Language:CMake 4.5%