GameKit is a library I made to avoid duplicating code in my projets.
It's a small game engine built on top of SDL2 and OpenGL.
- ArchLinux: gamekit-git(AUR)
- Dependencies:
- A compiler with C++17 support
- gitand CMake
- OpenGL >= 2.1
- Linux users: Check your distribution repositories for packages.
 
- Run cmake -B build . && cmake --build build -j8 && sudo cmake --install build
- Or mkdir build && cd build && cmake .. && make -j8 && sudo make install(for old CMake versions)
The code is licensed under LGPL v2.1.