James Posted August 13, 2013 Share Posted August 13, 2013 SDL 2.0.0 has finally been released. I know this will make a certain MVP very happy. After many years in development, SDL 2.0.0 has finally been released!http://www.libsdl.org/download-2.0.phphttp://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 Source. Xandy and AdmiralAlkex 2 Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
AdmiralAlkex Posted August 14, 2013 Share Posted August 14, 2013 (edited) Yep. There's quite a lot of new things to play with in there. Just wish I had more time to spend on it. Edit: here, take your 200th like Edited August 14, 2013 by AdmiralAlkex .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now