PDA

View Full Version : PSDL - Simple DirectMedia Layer for Pascal



drezgames
14-07-2014, 04:13 AM
1308

PSDL - Simple DirectMedia Layer for Pascal

Download: (Dropbox (https://www.dropbox.com/s/4w34984z4kw1uxz/PSDL-1.0.0.zip))
Version: 1.0.0

PSDL is a C/C++ library based off of SDL2 (http://libsdl.org/) 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.

drezgames
14-07-2014, 04:21 AM
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.