PDA

View Full Version : Sdl 2.0



Cybermonkey
03-06-2013, 01:45 PM
Have you already seen that

SDL 2.0 is now in Release Candidate status!
http://www.libsdl.org/

User137
03-06-2013, 04:20 PM
So SDL finally goes hardware accelerated, it's good news 8)
I went and took a look on bugtracker to see what's going on recently, and i find this bug
http://bugzilla.libsdl.org/show_bug.cgi?id=1878
screenshot there: http://bugzilla-attachments.libsdl.org/attachment.cgi?id=1158
The very typical issue you might get with texture filtering. Not even clamping will help when using texture grid-patterns. Key-color transparency is thing of the past, i wonder how fast people will learn to adapt to how hardware handles things. SDL cannot magically make things work easier, attempting to do so would make an overhead, and price in performance.

kotai
29-08-2013, 06:55 AM
This is my SDL2 for Delphi XE4 with support for MACOS: http://www.remakesonline.com/descargas/SDL2.zip

Pascal-Header-Conversion SDL from the JEDI-Team written by Domenique Louis and others.
Pascal-Header-Conversion SDL2 from the Copyright (C) 2012/13 Tim Blume aka End.
I only adapt for compile to OSX with DelphiXE?




Only work with latest SDL2 library (Sun Aug 18 2013) because SDL_CreateWindow now return new param between "title" and "x" param ¿?.


It include:


sdl2.inc
SDL2.pas
SDL2_Image.pas
SDL2_Mixer.pas
SDL2_Net.pas
SDL2_Ttf.pas



Kotai