mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-29 05:11:04 +02:00
a157d96de87fce84f06e60f4049dd96b8a6993e3
Visual Studio _still_ doesn't report itself as C99 compatible, afaict, but does support the syntax as of VS2017 15.6, apparently. This page mentions the first version of Visual Studio that handles hexidecimal float notation: https://stackoverflow.com/questions/18180116/vc-rejecting-hexadecimal-floating-point-constant?utm_source=chatgpt.com If not Visual Studio, we also take the messier path for things that don't report themselves as C99. Most things will take the cleaner path, though. Closes #15276.
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%