The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
Announcing SDL 2.0.0
Sam Lantinga


Joined: 10 Sep 2009
Posts: 1765
After many years in development, SDL 2.0.0 has finally been released!http://www.libsdl.org/download-2.0.php
http://www.libsdl.org/projects/SDL_image/
http://www.libsdl.org/projects/SDL_mixer/
http://www.libsdl.org/projects/SDL_net/
http://www.libsdl.org/projects/SDL_ttf/


Ryan has put together an introduction to migrating your existing SDL application to 2.0:
http://wiki.libsdl.org/moin.fcg/MigrationGuide



More extensive documentation can be found on the community supported wiki:
http://wiki.libsdl.org/


Valve uses SDL 2.0 for game controller support and sundry other things in Steam, and the new release will be going into the Steam Linux Runtime in the next day or so.

These are the most important new features in SDL 2.0:
  • Full 3D hardware acceleration
  • Support for OpenGL 3.0+ in various profiles (core, compatibility, debug, robust, etc)
  • Support for OpenGL ES
  • Support for multiple windows
  • Support for multiple displays
  • Support for multiple audio devices
  • Android and iOS support
  • Simple 2D rendering API that can use Direct3D, OpenGL, OpenGL ES, or software rendering behind the scenes
  • Force Feedback available on Windows, Mac OS X and Linux
  • XInput and XAudio2 support for Windows
  • Atomic operations
  • Power management (exposes battery life remaining, etc)
  • Shaped windows
  • 32-bit audio (int and float)
  • Simplified Game Controller API (the Joystick API is still here, too!)
  • Touch support (multitouch, gestures, etc)
  • Better fullscreen support
  • Better keyboard support (scancodes vs keycodes, etc).
  • Message boxes
  • Clipboard support
  • Basic Drag'n'Drop support
  • Proper unicode input and IME support
  • A really powerful assert macro
  • Lots of old annoyances from 1.2 are gone
  • Many other things!
Enjoy!

--Sam Lantinga
Announcing SDL 2.0.0
MrOzBarry


Joined: 26 Jun 2010
Posts: 620
Sam, Ryan, et al., as always, great job!

On Tue, Aug 13, 2013 at 2:31 AM, Sam Lantinga wrote:
Quote:
After many years in development, SDL 2.0.0 has finally been released! http://www.libsdl.org/download-2.0.php
http://www.libsdl.org/projects/SDL_image/
http://www.libsdl.org/projects/SDL_mixer/
http://www.libsdl.org/projects/SDL_net/
http://www.libsdl.org/projects/SDL_ttf/


Ryan has put together an introduction to migrating your existing SDL application to 2.0:
http://wiki.libsdl.org/moin.fcg/MigrationGuide



More extensive documentation can be found on the community supported wiki:
http://wiki.libsdl.org/


Valve uses SDL 2.0 for game controller support and sundry other things in Steam, and the new release will be going into the Steam Linux Runtime in the next day or so.

These are the most important new features in SDL 2.0:
  • Full 3D hardware acceleration
  • Support for OpenGL 3.0+ in various profiles (core, compatibility, debug, robust, etc)
  • Support for OpenGL ES
  • Support for multiple windows
  • Support for multiple displays
  • Support for multiple audio devices
  • Android and iOS support
  • Simple 2D rendering API that can use Direct3D, OpenGL, OpenGL ES, or software rendering behind the scenes
  • Force Feedback available on Windows, Mac OS X and Linux
  • XInput and XAudio2 support for Windows
  • Atomic operations
  • Power management (exposes battery life remaining, etc)
  • Shaped windows
  • 32-bit audio (int and float)
  • Simplified Game Controller API (the Joystick API is still here, too!)
  • Touch support (multitouch, gestures, etc)
  • Better fullscreen support
  • Better keyboard support (scancodes vs keycodes, etc).
  • Message boxes
  • Clipboard support
  • Basic Drag'n'Drop support
  • Proper unicode input and IME support
  • A really powerful assert macro
  • Lots of old annoyances from 1.2 are gone
  • Many other things!
Enjoy!

--Sam Lantinga






_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Announcing SDL 2.0.0
Anthony Walter
Guest

Sam,

Congratulations and good work!


Could you add an SDL 2.0 pascal language bindings link to this page:
http://www.libsdl.org/languages.php


And my pascal bindings here:
Bare GameĀ https://github.com/sysrpl/Bare.Game/blob/master/source/bare.interop.sdl2.pas


Thanks
ultifinitus


Joined: 18 Jan 2010
Posts: 10
You. Are. Awesome.

Thank you for all of your work!
Announcing SDL 2.0.0
Sam Lantinga


Joined: 10 Sep 2009
Posts: 1765
You got it!

Cheers,



On Tue, Aug 13, 2013 at 7:53 AM, Anthony Walter wrote:
Quote:
Sam,

Congratulations and good work!


Could you add an SDL 2.0 pascal language bindings link to this page:
http://www.libsdl.org/languages.php


And my pascal bindings here:
Bare GameĀ https://github.com/sysrpl/Bare.Game/blob/master/source/bare.interop.sdl2.pas


Thanks


_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org