Pascal bindings that allow you to use SDL and other useful libraries with Delphi.
- SDL
- SDL_image
- SDL_mixer
- SDL_net
- SDL_ttf
- Windows 10+ (64 bits)
- Delphi Community Edition (Win64 platform only)
- You simply add
SDL
to your uses section and everything will be linked into your executable, ready for use with no DLLs to maintain. You will have direct access to all the aforementioned libraries. - Load
SDL For Delphi.groupproj
group file ininstalldir\sources
to load, compile and run SDL examples. NOTE: We will add more examples over time, so be sure the check this repo often.