Skip to content

adam-zluva/Layon-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Layon Engine

A simple game engine I'm making for educational purposed using the SDL2 library. Not in active development - only when I'm bored in my free time :) Feel free to use it however you want.

Dependencies

  • libsdl2-dev
  • libsdl2-image-dev

Compilation

Once all dependencies are installed, all you have to do is to run:

make

If the compilation is successful, you should see main.bin executable file appear in the directory. Compilation also populates the obj directory with a bunch of object files *.o. They are what makes out the executable file and are only necessary for compilation - no need to worry about them.

About

Game Engine project to learn SDL2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published