Welcome to the repo for CoffeeToCPP.
this is a simple game engine in development mosty to test GL stuff.
In this engine we use libepoxy and stb_image
to compile you need cmake 3.1 as minimum, and for linux g++.
make a build folder in the main folder and run cmake ...
Windows:
open the coffeeToCPP.sln and compile.
linux:
in the terminal write make.