Jump to content
tinyBigGAMES

SDL3 for Pascal

Recommended Posts

SDL_logo.png.762740747c963e21ec70726a062e5a92.png

 

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 by tinyBigGAMES
  • Like 4

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×