Student project with target of writing game engine and a small example game on it. Engine supports only 2D rendering space and uses OpenGL(ES) as rendering API. Depends on: SDL2, SDL2_image and SDL2_mixer.
Please note, a lot of work still Work In Progress state.
sudo apt-get update
sudo apt-get install libsdl2-dev
sudo apt-get install libsdl2-image-dev
sudo apt-get install libsdl2-mixer-dev
cd your_preffered_clone_dir
git clone https://github.com/GloryOfNight/dreco-engine
cd dreco-engine
mkdir build && cd build
cmake .. && make
cd example-game/ && ./example-game