Important
- libgkit is still in development. We need your help to improve it.
- libgkit only supports gnu toolchain. LLVM(clang) and msvc have not been tested and cmake support.
Warning
- This library is used for technical implementation testing. It is not recommended to use it in production.
libgkit is a simple game library for game development. It is written in C++ mainly. We will also provide cabi for different program language.
This library is not designed for creating large, stable game projects. It aims to achieve zero runtime performance overhead by processing all object information at compile time. In terms of script extensions, we aim to use cabi as a bridge for the core content of the library to achieve high performance.