my sdl2 game engine, on the fourth iteration
its not the most powerful or well designed engine, but its a fun hobby and i love doing it :)
if you discover this outside of discord and want to talk about it w/ me, message me on discord my username is kayla#2013
if you're on an aptitude based system, use the command below to get all dependencies
sudo apt-get install libsdl2-dev libsdl2-image-dev libglew-dev libfreetype6-dev build-essential git
to build the engine, get the dependencies and then type into your terminal (linux and windows cc)
linux:
make build-linux
windows: (mingw required, modification of the makefile may be needed)
make build-windows
THESE BELOW ARE OUTDATED, IGNORE!
first major stress test of object system
first test of entity system here:
demo that comes w/ the engine at the moment