SDL2dEngine is a simple 2D game engine built using SDL2 library.
src
: Contains the source code of the game engine.include
: Contains header files.SDL2
: Contains SDL2 header files.
lib
: Contains library files and configuration files for CMake and pkg-config.
- SDL2 development library must be installed on your system.
- CMake (for building the project).
- Compiler with C 11 support.
- Clone the repository.
- Navigate to the root directory of the project.
- Build the project:
make
- Include the necessary header files in your project.
- Link against the SDL2 libraries.
- Write your game logic using the provided classes and functions.
SDL2dEngine is developed by Thomas Lindeker.