Description
Simple DirectMedia Layer
Relying on OpenGL as well as Direct3D in order to offer access to audio, mouse, keyboard, joystick, and graphics hardware, Simple DirectMedia Layer is a development library capable of working cross-platform.
Boasting support for OSes such as Windows, Linux, Mac OS X, Android, and iOS, Simple DirectMedia Layer was written in C and works with C++ natively. Nevertheless, other languages such as Python and C# are covered as well, considering that bindings are available.
It is safe to say that the spread of a software utility such as Simple DirectMedia Layer is quite impressive, given the fact that it is employed by emulators, video playback programs, and a multitude of games.
To name a few of the capabilities Simple DirectMedia Layer comes with, it can handle 3D graphics, it offers support for ease scaling, rotation, alpha blending, and acceleration, not to mention that it can create and manage multiple windows.
Regarding input events, lots of functionality is integrated as well. Resorting to SDL_EventState() in order to enable or disable each event, it can also handle force feedback.
What’s more, in terms of audio, playback can be set to 8-bit, 16-bit audio, mono stereo, or 5.1 surround sound, with a separate thread is dedicated to the audio.
Share object support, CPU feature detection, endian independence, and much more are on the feature list as well.
Technical Specifications:
- Supports OpenGL and Direct3D
- Works cross-platform
- Written in C, with C++ support
- Support for Windows, Linux, Mac OS X, Android, iOS
- Capable of handling 3D graphics
- Offers ease scaling, rotation, alpha blending, acceleration
- Can create and manage multiple windows
- Integration of input events
- Supports force feedback
- Audio playback options include 8-bit, 16-bit, mono stereo, 5.1 surround sound
Additional Features:
- Share object support
- CPU feature detection
- Endian independence
- Supports a variety of programming languages
User Reviews for Simple DirectMedia Layer 1
-
Simple DirectMedia Layer impressively handles 3D graphics, scaling, rotation, alpha blending, and acceleration. A valuable tool for cross-platform development.