Skip to content

AntarcticaCamp/libgkit

Repository files navigation

libgkit -- A simple game library for game development

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.

What is libgkit

libgkit is a simple game library for game development. It is written in C++ mainly. We will also provide cabi for different program language.

What is our goal

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.

About

A simple game library for game development

Resources

License

Stars

Watchers

Forks

Releases

No releases published