Using Zebra Engine , a 2D personal engine made for learning.
https://www.youtube.com/watch?v=I45LbKAOpYo&t=8s
This project depends on
SDL2
SDL2_image
SDL2_mixer
SDL2_TTF
CMake 3.5.1
For installing run:
sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev
Go to the project folder and run:
cmake ./
make
./ZebraEngine
We still working on better ways to supporting Windows.