Results 1 to 2 of 2

Thread: PSDL - Simple DirectMedia Layer for Pascal

  1. #1

    PSDL - Simple DirectMedia Layer for Pascal

    Sdl-logo.png

    PSDL - Simple DirectMedia Layer for Pascal

    Download: (Dropbox)
    Version: 1.0.0

    PSDL is a C/C++ library based off of SDL2 to allow Pascal and other languages the ability to interact with and use the SDL2 library. The purpose of PSDL is to consolidate SDL2 + add-ons into one monolithic DLL and one, update to date unit import file to access the entire SDL feature set. The goal is to eventually have a single DLL for each supported platform where DLLs are feasible.

  2. #2
    This version is for win32 only at the moment and has two examples, Movie and Stars. The movie example shows how you can add movie playback to your projects while stars displays a 3d star field (SDL), renders a PNG texture image (SDL_image), plays streaming music and if you press the 1 key display play a sound effect (SDL_mixer) and last displays a text message at the top of the screen (SDL_ttf).

    Eventually I hope to add Win64, OSX and Linux. These are the initial platforms I want to target.

Tags for this Thread

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
  •