-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Elliiem edited this page May 22, 2023
·
11 revisions
Here you can find all the documentation to EasySDL
My aim was to create a simple layer between you and SDL to help with realtime rendering and add functionality not in base SDL. I know many of the things I added can be achieved with other SDL libraries and my implementation isn't the best, but this is a hobby project whose main purpose was/is me learning computer graphics, at least some concepts.
You only need to do 3 things to setup ESDL
- Download the source files
- Add the files to your project
- Add ESDL.cpp to your binary
Then you can use ESDL with the header
Your main function will need to look something like this:

You can learn more about how to use ESDL here