Skip to content

karint engine is a simple little game engine written using c++ and opengl

Notifications You must be signed in to change notification settings

intbyte-100/Karint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Karint Engine

Karint Engine is a simple lightweight game engine written using c++ and opengl



Current status

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

Build

dependencies:

Before build you should install the dependecies

arch linux/manjaro

sudo pacman -S base-devel cmake glfw-x11 glm gtk3

fedora

sudo dnf install gcc cmake glfw-devel glm-devel gtk3-devel

building process

Unix/Linux

git clone https://github.com/intbyte-100/Karint
cd Karint
cmake -G "Unix Makefiles" .
make

Credits

Thanks a lot GLFW, stb_image, glm and glad developers for providing a powerful tools

Links

About

karint engine is a simple little game engine written using c++ and opengl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages