Pascal bindings that allow you to use SDL3 and other useful libraries with Delphi.
- SDL3 (https://github.com/libsdl-org/SDL)
- miniaudio (https://github.com/mackron/miniaudio)
- pl_mpeg (https://github.com/phoboslab/pl_mpeg)
- Nuklear (https://github.com/Immediate-Mode-UI/Nuklear)
- stb (https://github.com/nothings/stb)
- Windows 10+ (64 bits)
- Delphi/FreePascal that can target Win64/Unicode
You simply add SDL3
to your uses section and everything will be linked in your executable (~2MB overhead), ready for use with no DLLs to maintain. You will have direct access to all the aforementioned libraries. 🆒
Visit the repo links for more information/documentation about the libraries used.