posxposy / Kinc

Modern low level game library and hardware abstraction.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kinc

Kinc projects are built using kmake, a meta-build-tool that resides in a git-submodule of Kinc. In your project's directory call path/to/Kinc/make, this will create a project file for your IDE in a subdirectory called build. kmake by default creates a project for the system you are currently using, but you can also put one of windows, linux, android, windowsapp, osx, ios and freebsd in the arguments list to create something else. Depending on the capabilities of the target system you can also choose your graphics api (-g direct3d9/direct3d11/direct3d12/opengl/vulkan/metal). Console support is implemented via separate plugins because the code can not be provided publicly - contact Robert for details if you are interested in it.

About

Modern low level game library and hardware abstraction.

License:zlib License


Languages

Language:C 96.4%Language:C++ 2.7%Language:JavaScript 0.6%Language:Objective-C 0.1%Language:Java 0.1%Language:Shell 0.0%Language:GLSL 0.0%Language:Batchfile 0.0%