Skip to content
forked from Kode/Kore

Modern low level game library and hardware abstraction.

License

Notifications You must be signed in to change notification settings

MathemanFlo/Kinc

This branch is 1330 commits behind Kode/Kore:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fea13bf · Mar 3, 2022
Mar 1, 2022
Mar 3, 2022
Sep 1, 2020
Feb 21, 2022
Feb 6, 2022
Feb 28, 2022
Sep 11, 2021
Feb 6, 2022
Oct 21, 2019
Feb 9, 2022
Jan 13, 2022
Sep 7, 2021
Feb 3, 2022
Feb 23, 2022
Feb 9, 2022
Dec 31, 2016
Jan 28, 2022
Feb 13, 2022
Jun 1, 2019
Jun 23, 2019
Feb 3, 2022
Jan 23, 2022

Repository files navigation

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 build subdirectory. 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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 63.6%
  • C++ 32.2%
  • C# 2.3%
  • Objective-C 1.1%
  • Roff 0.4%
  • JavaScript 0.3%
  • Other 0.1%