TimBo93 / Kore

Modern low level game library and hardware abstraction.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Build status

Kore projects are built using koremake, a nodejs tool. In your project's directory call node Kore/make - this will create a project file for your IDE in a build subdirectory. koremake by default creates a project for the system you are currently using, but you can also put one of windows, linux, android, windows8, osx and ios in the arguments list to create something else. In Windows you can also choose your graphics api (gfx=direct3d9, gfx=direct3d11 or gfx=opengl2) and your Visual Studio version (vs=vs2010, vs=vs2012 or vs=vs2013).

About

Modern low level game library and hardware abstraction.

License:zlib License


Languages

Language:C 71.9%Language:C++ 26.0%Language:Objective-C++ 1.6%Language:JavaScript 0.2%Language:Objective-C 0.1%Language:Java 0.1%Language:GLSL 0.1%