Results 1 to 3 of 3

Thread: Sdl 2.0

  1. #1

    Sdl 2.0

    Have you already seen that
    SDL 2.0 is now in Release Candidate status!
    http://www.libsdl.org/
    Best regards,
    Cybermonkey

  2. #2
    So SDL finally goes hardware accelerated, it's good news
    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.o...nt.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.

  3. #3
    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:
    Code:
    sdl2.inc
    SDL2.pas
    SDL2_Image.pas
    SDL2_Mixer.pas
    SDL2_Net.pas
    SDL2_Ttf.pas

    Kotai
    www.kotai.es
    www.remakesonline.com -> Nemesis Online & Bubble Bobble Online & Castlevania Online & Penguin Adventure Online
    www.miniracingonline.com

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
  •