Skip to content

Fxby16/2D_Game_Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

170 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2D Game Engine

A 2D game engine made in c++ and opengl.

Clone

Run git clone --recursive https://github.com/Fxby16/2D_Game_Engine.git

Requirements

Run sudo bash setup.sh

Build

cd src/editor
premake5 gmake2
make
If not specified, the program will be compiled in debug mode. To compile in release mode use make config=release.

Execute

Run bin/Debug/2DGameEngineEditor or bin/Release/2DGameEngineEditor depending on which config you used.

Documentation

You can find the documentation here.
Note: the documentation might not be updated

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

Images

Image 1

About

A 2d game engine made with c++ and opengl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors