Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Another Game Engine

A game engine that serves as my graphics programming playground.

Building

For Windows, I prefer MSYS2 for this, since it's almost exactlylike linux. So you are going to need these packages:

SDL2

Simply get the dependencies:

pacman -S mingw-w64-x86_64-SDL2

(replace x86_64 with i686 if you're running a 32bit OS (unlikely))

Now just build it

mkdir -p build
cd build
cmake -G "MSYS Makefiles" .. 
make -j4

About

Yes, this is yet another game engine

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages