This repository serves as a starting point for projects using the Simple DirectMedia Layer (SDL) library. It includes the SDL2, SDL2_image, SDL2_ttf, and SDL2_mixer libraries, as well as a basic project structure and a Makefile to get you up and running quickly with SDL2.
In order to build and run this project, you will need to have the following dependencies installed on your system:
- A C++ compiler (such as MinGW)
To build and run the project, follow these steps:
- Clone this repository to your local machine.
- Navigate to the root of the repository.
- Run
make
ormingw32-make
to build the project. - Run
./main
to start the program.
The entry point for the project is located in main.cpp
. You can modify this file to add your own code and build upon the provided template.
If you want to add additional source files to the project, you can do so by adding them to the assets
directory.