mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-11-16 07:11:16 +00:00
5b688514c754fc7f91c676bc75e923f58f576b5c
This is a dirty hack, but it currently works for our purposes. We just refuse to link an eligible string (like, say...`SDL_shadercross`), if there's a '[' character right before it. This WILL NOT WORK if the string is in the middle of a link! For example, if you had `[please refer to SDL_shadercross](https://example.com/)`, this will still fail in the usual ways, but we're not building out a robust parser here at the moment, and this catches the most common problem. Fixes #13160. Fixes https://github.com/libsdl-org/sdlwiki/issues/752 Closes https://github.com/libsdl-org/sdlwiki/pull/725
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
86.4%
C++
5.8%
Objective-C
3.4%
CMake
1.6%
Perl
0.8%
Other
1.8%