Skip to content

Latest commit

 

History

History
27 lines (11 loc) · 495 Bytes

README.md

File metadata and controls

27 lines (11 loc) · 495 Bytes

CoffeeToCpp

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

Compiling

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.