Karint Engine is a simple lightweight game engine written using c++ and opengl
Now engine is developing. At present, it has only base graphic and input features such as 3d objects, diffuse lighting, simple input system. Currently, the engine support linux and partly macOS with windows
Before build you should install the dependecies
sudo pacman -S base-devel cmake glfw-x11 glm gtk3
sudo dnf install gcc cmake glfw-devel glm-devel gtk3-devel
git clone https://github.com/intbyte-100/Karint
cd Karint
cmake -G "Unix Makefiles" .
make
Thanks a lot GLFW, stb_image, glm and glad developers for providing a powerful tools