Skip to content
/ Kinc Public
forked from Kode/Kore

Modern low level game library and hardware abstraction.

License

Notifications You must be signed in to change notification settings

Onek8/Kinc

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

Folders and files

NameName
Last commit message
Last commit date
Mar 15, 2024
Aug 11, 2024
Sep 1, 2020
Aug 20, 2023
Jun 16, 2024
Aug 8, 2024
Nov 27, 2023
Jun 23, 2024
Mar 26, 2024
Oct 7, 2022
Oct 12, 2022
Sep 21, 2022
May 2, 2022
Dec 25, 2022
Mar 26, 2024
Aug 7, 2022
Nov 21, 2023
Nov 21, 2023
Sep 24, 2022
Sep 24, 2022
Jun 25, 2024
Jan 1, 2024
Sep 12, 2022
May 2, 2022
Jun 23, 2019
Jan 11, 2024
Feb 3, 2024

Repository files navigation

Kinc

Kinc (short for Kore in C) is a low level toolkit for cross-platform game engine development and similar endeavors. It is comparable to SDL but bigger in scope as it also takes care of cross-platform GPU programming with multiple portable APIs to choose from and its own shader language Kongruent.

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • C 96.6%
  • C++ 2.6%
  • JavaScript 0.7%
  • Kotlin 0.1%
  • Objective-C 0.0%
  • Shell 0.0%