Free Pascal meets SDL

Your Resource on Pascal and SDL | SDL2 | SDL3 since 2005!

Skip to content
  • Home
  • Tutorials
  • SDL Projects
  • FAQ
  • Contact
    • Old Forum
Log In | Register

New SDL3 Tutorial

11/03/2026Newsfree pascal, news, sdl3, sdl3 tutorialMatthias

Start using your favorite compiler (Pascal!) with cutting edge SDL3 now! 🙂

I’m working on this for quite a while and most of the chapters were available online for some time now already. Nevertheless, I never officially announced the new SDL3 tutorial, so here is the official announcement.

I updated some chapters of the SDL2 tutorial.

Leave a comment

Partners

Pascal Game Development Banner

Hot FAQ's

  • How to Compile SDL3 for Linux?
  • What is SDL (SDL2, SDL3)?
  • What is this website about?
  • Who made SDL?

Hot SDL2 Resource Links

  • Official SDL Website
  • SDL3 for Pascal Units
  • SDL2 for Pascal Units
  • SDL2 for Pascal Documentation

Quality Pascal Articles

  • Modern Object Pascal
  • Pointers
  • PChar vs. Strings

Recent Posts

  • New SDL3 Tutorial
  • Keyboard State and Key States in SDL3
  • How to Compile and Install SDL3 in Linux?
  • Rendering Text with Fonts (SDL3_ttf)
  • Text Input in SDL3

Recent Comments

  1. Dmitry on Error Handling03/03/2026

    It would be better to have an object-oriented wrapper that would throw exceptions itself. Then the code is linear if…

  2. Lemme Learn on How to Compile and Install SDL3 in Linux?12/02/2026

    Don't forget to install the Dependencies https://wiki.libsdl.org/SDL3/README-linux#build-dependencies

  3. Matthias on Window and Renderer in SDL304/01/2026

    Thanks for letting me know. :)

  4. Ryan McCoskrie on Window and Renderer in SDL327/12/2025

    After further investigation it seems to be a problem with OpenMandrivaLX. It works fine on both Arch and Windows 10.…

  5. Matthias on Window and Renderer in SDL323/12/2025

    Hey Ryan, do you use a software renderer/does your machine support software rendering only? Are you on Windows or Linux?…