Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 837 Bytes

readme.md

File metadata and controls

12 lines (10 loc) · 837 Bytes

Build Status Build status

Kore

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, windowsapp, osx and ios in the arguments list to create something else. In Windows you can also choose your graphics api (gfx=direct3d9/direct3d11/direct3d12/opengl/vulkan/metal) and your Visual Studio version (vs=vs2010/vs2012/vs2013/vs2015/vs2017).