tinyBigGAMES 64 Posted February 1, 2023 (edited)  SDL3 for Pascal  If you want to get your hands dirty and directly use the new SDL3, I got you covered. 😎  Add SDL3 to your uses statement and it will be linked into your executable with direct access, no DLLs to maintain.  You also get miniaudio (for audio), Nuklear (for GUI), pl_mpeg (for video) and stb (for images & fonts) and more.  Added a contrib folder and accepting PRs, if you wish to add a contribution. To start the ball rolling, I added ziparc archive utility for making standard password protected zip archives, using zlib/minzip from SDL3pas only. Enjoy!  https://github.com/tinyBigGAMES/SDL3 Edited February 1, 2023 by tinyBigGAMES 4 Share this post Link to post