Skip to content

Unarelith/GameKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b70d6e2 · Apr 23, 2023
Mar 21, 2019
Apr 23, 2023
Jun 28, 2021
Feb 24, 2020
Jun 23, 2021
Jun 12, 2021
Jan 4, 2019
Apr 28, 2020
Apr 23, 2023
Jul 27, 2020
Apr 23, 2023
Feb 24, 2020
Dec 28, 2018
Jun 9, 2021
May 14, 2020

Repository files navigation

GameKit

Build Status Documentation License

Description

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.

Documentation

Linux packages

  • ArchLinux: gamekit-git (AUR)

How to compile

  • Dependencies:
    • A compiler with C++17 support
    • git and 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)

License

The code is licensed under LGPL v2.1.