Results 1 to 3 of 3

Thread: px.sdl.pas - quick start and light companion unit for SDL2 + Delphi.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    px.sdl.pas - quick start and light companion unit for SDL2 + Delphi.

    Hi,

    I'm just a beginner with SDL 2.0, and I dare to share my modest journey with Delphi and SDL 2.0. Since the activity on the web around this combination is very low maybe this could be useful for someone
    like me, wanting to start working with SDL 2.0 as quick as easy as possible while at the same time keeping the interaction directly to the SDL 2 api.

    Inspired by previous work with Lua and Love2D, I just wanted something that every time I want to start a new test or project, with minimal code I get an SDL2 application ready, but other good solutions around try to offer a full engine while I just wanted to work directly with SDL 2 that is actually easy.

    So this is the minimal example of use of the unit:




    With your permission I'll use this thread to share my journey, my findings, the problems, and solutions.

    Github project: https://github.com/piXelicidio/px.sdl
    Attached Images Attached Images
    Last edited by piXelicidio; 05-04-2018 at 04:51 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •