Skip to content
Elliiem edited this page May 22, 2023 · 11 revisions

Welcome to the EasySDL wiki!

Here you can find all the documentation to EasySDL

What and Why

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.

How to use

You only need to do 3 things to setup ESDL

  1. Download the source files
  2. Add the files to your project
  3. 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

Datatypes

Functions

Window

Clone this wiki locally