notcancername / c-game-engine

my sdl2 game engine, on the fourth iteration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

c-game-engine

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

DEPENDENCES

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

HOW TO BUILD

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

OLD TEST IMAGES

THESE BELOW ARE OUTDATED, IGNORE!

first major stress test of object system first test of object system

first test of entity system here: idklol

demo that comes w/ the engine at the moment

yes

About

my sdl2 game engine, on the fourth iteration


Languages

Language:C 98.0%Language:Makefile 1.0%Language:M4 0.6%Language:GLSL 0.4%Language:Shell 0.0%