Software:Simple DirectMedia Layer

From HandWiki
Short description: Free software multimedia library
Simple DirectMedia Layer
Simple DirectMedia Layer, Logo.svg
Original author(s)Sam Lantinga
Developer(s)SDL Community
Initial release1998; 26 years ago (1998)
Written inC
Operating systemLinux, Windows, AmigaOS, macOS 10.4+, iOS 3.1.3+, tvOS,[1] Android 2.3.3+, FreeBSD 8.4+, Haiku
Additionally before v2.0.0 (deprecated): RISC OS[2]
TypeAPI
Licensezlib License
Before 2.0.0:
GNU LGPL[3]
Websitewww.libsdl.org

Simple DirectMedia Layer (SDL) is a cross-platform software development library designed to provide a hardware abstraction layer for computer multimedia hardware components. Software developers can use it to write high-performance computer games and other multimedia applications that can run on many operating systems such as Android, iOS, Linux, macOS, and Windows.[2]

SDL manages video, audio, input devices, CD-ROM, threads, shared object loading, networking and timers.[4] For 3D graphics, it can handle an OpenGL, Vulkan,[5] Metal, or Direct3D11 (older Direct3D version 9 is also supported) context. A common misconception is that SDL is a game engine. However, the library is suited to building games directly, or is usable indirectly by engines built on top of it.

The library is internally written in C and possibly, depending on the target platform, C++ or Objective-C, and provides the application programming interface in C, with bindings to other languages available.[6] It is free and open-source software subject to the requirements of the zlib License since version 2.0, and with prior versions subject to the GNU Lesser General Public License.[3] Under the zlib License, SDL 2.0 is freely available for static linking in closed-source projects, unlike SDL 1.2.[7] SDL 2.0, released in 2013, was a major departure from previous versions, offering more opportunity for 3D hardware acceleration, but breaking backwards-compatibility.

SDL is extensively used in the industry in both large and small projects. Over 700 games, 180 applications, and 120 demos have been posted on the library website.[8]

History

Sam Lantinga created the library, first releasing it in early 1998, while working for Loki Software. He got the idea while porting a Windows application to Macintosh. He then used SDL to port Doom to BeOS (see Doom source ports).[9] Several other free libraries were developed to work alongside SDL, such as SMPEG and OpenAL. He also founded Galaxy Gameworks in 2008 to help commercially support SDL, although the company plans are currently on hold due to time constraints.[10]

Soon after putting Galaxy Gameworks on hold, Lantinga announced that SDL 1.3 (which would then later become SDL 2.0) would be licensed under the zlib License.[11] Lantinga announced SDL 2.0 on 14 July 2012, at the same time announcing that he was joining Valve, the first version of which was announced the same day he joined the company.[12] Lantinga announced the stable release of SDL 2.0.0 on 13 August 2013.[13]

SDL 2.0 is a major update to the SDL 1.2 codebase with a different, not backwards-compatible[14] API. It replaces several parts of the 1.2 API with more general support for multiple input and output options. Some feature additions include multiple window support, hardware-accelerated 2D graphics, and better Unicode support.[15]

Support for Mir and Wayland was added in SDL 2.0.2[16] and enabled by default in SDL 2.0.4.[17] Version 2.0.4 also provided better support for Android.[18]

Software architecture

SDL is a wrapper around the operating-system-specific functions that the game needs to access. The only purpose of SDL is to provide a common framework for accessing these functions for multiple operating systems (cross-platform).[19] SDL provides support for 2D pixel operations, sound, file access, event handling, timing and threading. It is often used to complement OpenGL by setting up the graphical output and providing mouse and keyboard input, since OpenGL comprises only rendering.

A game using the Simple DirectMedia Layer will not automatically run on every operating system; further adaptations must be applied. These are reduced to the minimum, since SDL also contains a few abstraction APIs for frequent functions offered by an operating system.

The syntax of SDL is function-based: all operations done in SDL are done by passing parameters to subroutines (functions). Special structures are also used to store the specific information SDL needs to handle. SDL functions are categorized under several different subsystems.

Subsystems

SDL is divided into several subsystems:[20]

Basics
Initialization and Shutdown, Configuration Variables, Error Handling, Log Handling
Video
Display and Window Management, surface functions, rendering acceleration, etc.
Input Events
Event handling, Support for Keyboard, Mouse, Joystick and Game controller
Force Feedback
SDL_haptic.h implements support for "Force Feedback"
Audio
SDL_audio.h implements Audio Device Management, Playing and Recording
Threads
multi-threading: Thread Management, Thread Synchronization Primitives, Atomic Operations
Timers
Timer Support
File Abstraction
Filesystem Paths, File I/O Abstraction
Shared Object Support
Shared Object Loading and Function Lookup
Platform and CPU Information
Platform Detection, CPU Feature Detection, Byte Order and Byte Swapping, Bit Manipulation
Power Management
Power Management Status
Additional
Platform-specific functionality

Besides this basic, low-level support, there also are a few separate official libraries that provide some more functions. These comprise the "standard library", and are provided on the official website and included in the official documentation:

  • SDL_image — support for multiple image formats[21]
  • SDL_mixer — complex audio functions, mainly for sound mixing[22]
  • SDL_net — networking support[23]
  • SDL_ttfTrueType font rendering support[24]
  • SDL_rtf — simple Rich Text Format rendering[25]

Other, non-standard libraries also exist. For example: SDL_Collide on SourceForge created by Amir Taaki.

Language bindings

The SDL 2.0 library has language bindings for:


Supported back-ends

Abstraction layers of several SDL platforms

Because of the way SDL is designed, much of its source code is split into separate modules for each operating system, to make calls to the underlying system. When SDL is compiled, the appropriate modules are selected for the target system. The following back-ends are available:[2]

  • GDI back-end for Microsoft Windows.
  • DirectX back-end; older SDL 1.2 uses DirectX 7 by default, while 2.0 defaults to DirectX 9 and can access up to DirectX 11.
  • Quartz back-end for macOS (dropped in 2.0).
  • Metal back-end for macOS / iOS / tvOS since 2.0.8; older versions use OpenGL by default.[41][42]
  • Xlib back-end for X11-based windowing system on various operating systems.[43]
  • OpenGL contexts on various platforms.[44]
  • EGL back-end when used in conjunction with Wayland-based windowing system.,[45] Raspberry Pi[46] and other systems.
  • Vulkan contexts on platforms that support it.[5]
  • sceGu back-end, a Sony OpenGL-like backend native to the PSP.

SDL 1.2 has support for RISC OS (dropped in 2.0).

An unofficial Sixel back-end is available for SDL 1.2.[47]

The Rockbox MP3 player firmware also distributes a version of SDL 1.2, which is used to run games such as Quake.[48]

Reception and adoption

Workshop on SDL, University of Cádiz

Over the years SDL was used for many commercial and non-commercial video game projects. For instance, MobyGames listed 120 games using SDL in 2013,[49] and the SDL website itself listed around 700 games in 2012.[50] Important commercial examples are Angry Birds,[51] Unreal Tournament, and games developed using Valve's Source Engine, which uses SDL extensively for cross-platform compatibility; ones from the open-source domain are OpenTTD,[52] The Battle for Wesnoth[53] or Freeciv.[54]

The cross-platform game releases of the popular Humble Indie Bundles for Linux, Mac and Android are often SDL-based.

SDL is also often used for later ports on new platforms with legacy code. For instance, the PC game Homeworld was ported to the Pandora handheld[55] and Jagged Alliance 2 for Android[56] via SDL.

Also, several non video game programs use SDL; examples are the emulators, such as DOSBox, FUSE ZX Spectrum emulator and VisualBoyAdvance.

There were several books written for development with SDL (see further readings).

SDL is used in university courses teaching multimedia and computer science, for instance, in a workshop about game programming using libSDL at the University of Cadiz in 2010, or a Game Design discipline at UTFPR (Ponta Grossa campus) in 2015.

Video game examples using SDL

See also

References

  1. "Oh look, we'll have official tvOS support in SDL 2.0.5, for people that want their SDL-based games on Apple TV!". September 15, 2016. https://twitter.com/icculus/status/776606847373545472?lang=en. 
  2. 2.0 2.1 2.2 "a list of the platforms SDL supports". Libsdl.org. http://wiki.libsdl.org/Installation. 
  3. 3.0 3.1 "SDL license". http://www.libsdl.org/license.php. 
  4. "SDL official website". Libsdl.org. http://www.libsdl.org. 
  5. 5.0 5.1 "CategoryVulkan - SDL Wiki'". https://wiki.libsdl.org/CategoryVulkan. 
  6. 6.0 6.1 6.2 6.3 6.4 6.5 6.6 6.7 6.8 6.9 "SDL Language Bindings". Simple DirectMedia Layer. http://www.libsdl.org/languages.php. 
  7. "Licensing the Simple DirectMedia Layer library". http://www.libsdl.org/license.php. 
  8. "Simple DirectMedia Layer". 2010-06-29. http://www.libsdl.org/games.php?order=name&category=-1&completed=0&os=-1&match_name=&perpage=-1. 
  9. Lantinga, Sam (1999-09-01). "SDL: Making Linux fun". http://www-106.ibm.com/developerworks/library/l-making-linux-fun/. 
  10. "Exploring the Galaxy". 6 April 2011. http://slouken.blogspot.com/2011/04/exploring-galaxy.html. 
  11. SDL 1.3 to be zLib Licensed, SDL Mailing List, 7 April 2011
  12. "SDL 2.0 Is Coming Very Soon With New Features". https://www.phoronix.com/scan.php?page=news_item&px=MTE0MDU. 
  13. Announcing SDL 2.0.0, SDL Mailing List, 13 August 2013
  14. MigrationGuide - SDL Wiki'. Wiki.libsdl.org (21 November 2013). Retrieved on 2013-12-08.
  15. "SDL 1.3 Roadmap". 14 June 2011. http://wiki.libsdl.org/moin.cgi/Roadmap. 
  16. Sneddon, Joey-Elijah (5 February 2014). "Some of Linux's Most Popular Games Will Run Natively On Mir". http://www.omgubuntu.co.uk/2014/02/mir-sdl-support. 
  17. Lantinga, Sam (2 January 2016). "SDL 2.0.4 Changelog". https://hg.libsdl.org/SDL/file/release-2.0.4/WhatsNew.txt#l65. 
  18. "SDL_SysWMinfo". https://wiki.libsdl.org/SDL_SysWMinfo. 
  19. "Introduction to SDL". http://wiki.libsdl.org/Introduction. 
  20. "APIByCategory". https://wiki.libsdl.org/APIByCategory. 
  21. "SDL_image 2.0". http://www.libsdl.org/projects/SDL_image/. 
  22. "SDL_mixer 2.0". http://www.libsdl.org/projects/SDL_mixer/. 
  23. "SDL_net 2.0". http://www.libsdl.org/projects/SDL_net/. 
  24. "SDL_ttf 2.0". http://www.libsdl.org/projects/SDL_ttf/. 
  25. "SDL_rtf 0.1". http://www.libsdl.org/projects/SDL_rtf/. 
  26. "cl-sdl2". GitHub. https://github.com/lispgames/cl-sdl2. 
  27. "f03sdl2". GitHub. https://github.com/interkosmos/f03sdl2. 
  28. "gb.sdl2". Gambas Wiki. https://gambaswiki.org/wiki/comp/gb.sdl2. 
  29. 29.0 29.1 Robison, Arch D. (November 9, 2015). "Go + Julia + Fourier = Open Source Frequon Invaders" (in en). https://software.intel.com/en-us/blogs/2015/11/05/go-julia-fourier-open-source-frequon-invaders. 
  30. "SDL on Hackage". https://hackage.haskell.org/package/SDL. 
  31. "SDL2 on Hackage". https://hackage.haskell.org/package/sdl2. 
  32. Bieler, Jonathan (2020-07-30). "jonathanBieler/SimpleDirectMediaLayer.jl". https://github.com/jonathanBieler/SimpleDirectMediaLayer.jl. 
  33. SquidSinker (2020-08-02). "Example games for GameZero.jl". https://github.com/SquidSinker/GZExamples. 
  34. Daly, Nathan (2019-07-31). "Example game written in julia using SDL2". https://github.com/NHDaly/PaddleBattle.jl. 
  35. "SDL2 for Nim". GitHub. https://github.com/nim-lang/sdl2. 
  36. "PerlGameDev/SDL". GitHub. https://github.com/PerlGameDev/SDL. 
  37. "PHP-SDL". GitHub. https://github.com/Ponup/php-sdl. 
  38. "SDL2::Raw". modules.raku.org. https://modules.raku.org/dist/SDL2::Raw:cpan:TIMOTIMO). 
  39. (in en) Beginning Ring Programming - From Novice to Professional | Mansour Ayouni | Apress. https://www.apress.com/gp/book/9781484258323. 
  40. "Using RingLibSDL — Ring 1.16 documentation". https://ring-lang.github.io/doc1.16/libsdl.html. 
  41. "WhatsNew.txt". https://www.libsdl.org/tmp/SDL/WhatsNew.txt. 
  42. "[Commits SDL: Enable building the Metal renderer by default, and weak lin..."]. 7 December 2017. http://lists.libsdl.org/pipermail/commits-libsdl.org/2017-December/002441.html. 
  43. "SDL: README-platforms.txt@3e2f230a6d62". libsdl.org. http://hg.libsdl.org/SDL/file/default/README-platforms.txt. 
  44. "Using OpenGL With SDL". https://www.libsdl.org/release/SDL-1.2.15/docs/html/guidevideoopengl.html. 
  45. "SDL and Wayland". https://wiki.archlinux.org/index.php/Wayland#SDL. 
  46. Larabel, Michael (30 September 2013). "Raspberry Pi Support Added To SDL2 Library". https://www.phoronix.com/scan.php?page=news_item&px=MTQ3MzA. 
  47. "SDL 1.2 Sixel". https://github.com/saitoha/libsixel/tree/v1.6.1#sdl-integration-gaming-virtualization-etc. 
  48. "SDLPluginPort". https://www.rockbox.org/wiki/SdlPluginPort. 
  49. "Middleware: SDL Group Description". MobyGames. 27 September 2013. http://www.mobygames.com/game-group/middleware-sdl/. "Games that use the very portable Simple DirectMedia Layer." 
  50. "Games". libsdl.org. 18 May 2012. http://www.libsdl.org/games.php?order=name&category=-1&completed=0&os=-1&match_name=&perpage=-1. 
  51. "SDL Testimonials". Galaxygameworks.com. http://www.galaxygameworks.com/testimonials.html. 
  52. "Development". OpenTTD. http://www.openttd.org/en/development. 
  53. "CompilingWesnoth". Wesnoth. 27 February 2010. http://wesnoth.org/wiki/CompilingWesnoth#Prerequisites. 
  54. "SDLClient - Freeciv.org". Freeciv.wikia.com. http://freeciv.wikia.com/wiki/SDLClient. 
  55. may88 (23 June 2011). "Game of the Week #3 – Homeworld SDL". pandorapress.net. http://pandorapress.net/2011/06/23/game-of-the-week-3-homeworld-sdl/. "[...] released port of HomeworldSDL. Forum member Edglex enables your Pandora to experience the excellent work done by the guys at HomeworldSDL." 
  56. JA2 Stracciatella Feedback » Jagged Alliance 2 Android Stracciatella Port RC2 Release - please test on the Bear's Pit Forum, 3 October 2011
  57. "Features · fifengine/fifengine Wiki · GitHub". https://github.com/fifengine/fifengine/wiki/Features. 
  58. "FAQ Hedgewars". https://www.hedgewars.org/faq.html. "...SDL >= 1.2.5..." 
  59. "Development Details". http://www.scorched3d.co.uk/wiki/index.php/Development_Details. "...Simple DirectMedia Layer - SDL for cross platform game windowing..." 
  60. "About the game". http://fretsonfire.sourceforge.net/about/. 
  61. "OOlite SDL Dependencies". 29 May 2016. https://github.com/OoliteProject/oolite-sdl-dependencies. 
  62. "Roadmap - Wesnoth". http://wiki.wesnoth.org/Roadmap. 
  63. "New Release: 0 A.D. Alpha 19 Syllepsis". November 26, 2015. https://play0ad.com/new-release-0-a-d-alpha-19-syllepsis/. "Linux users, please be advised that SDL2 is now enabled by default on Linux." 
  64. "Secret Maryo Chronicles". https://sourceforge.net/projects/smclone/. "... based on SDL ..." 
  65. "Frozenbyte Support". http://trine2.com/help/faq/. 

Further reading

  • Alberto García Serrano: Programación de videojuegos en SDL, Ediversitas, ISBN:84-95836-08-4 (Spanish)
  • Ernest Pazera: Focus On SDL, Muska & Lipman/Premier-Trade, ISBN:1-59200-030-4
  • Ron Penton: Data Structures for Game Programmers, Muska & Lipman/Premier-Trade, ISBN:1-931841-94-2 (game programming examples with SDL)
  • John R. Hall: Programming Linux Games, No Starch, ISBN:1-886411-49-2 (First SDL book, by Loki Games, archived online version: , )

External links