mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-16 00:24:04 +00:00
8796f0a8ed9fe41fe383668dfe6ae8fe28687821
- gtk_init_check claims it will not terminate the program on failure, however this is does not apply to the internal check it performs to see whether another GTK library is already loaded, the detection of which triggers a g_error which glib treats as fatal. - gtk_progress_get_type and gtk_misc_get_type are checked to match the checks done by _gtk_module_has_mixed_deps. - Clean up gtk/gdk loading. There are no library fallbacks so the one option available can be loaded rather than iterating through a list of one item.
Simple DirectMedia Layer (SDL for short) is a cross-platform library designed to make it easy to write multi-media software, such as games and emulators.
You can find the latest release and additional information at: https://www.libsdl.org/
Installation instructions and a quick introduction is available in INSTALL.md
This library is distributed under the terms of the zlib license, available in LICENSE.txt.
Enjoy!
Sam Lantinga (slouken@libsdl.org)
Languages
C
85.7%
C++
6.6%
Objective-C
3.4%
CMake
1.6%
Perl
0.7%
Other
1.7%