https://github.com/libsdl-org/sdl
Simple Directmedia Layer
https://github.com/libsdl-org/sdl
sdl sdl2 sdl3
Last synced: 6 months ago
JSON representation
Simple Directmedia Layer
- Host: GitHub
- URL: https://github.com/libsdl-org/sdl
- Owner: libsdl-org
- License: zlib
- Created: 2021-01-15T19:55:54.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-30T18:08:28.000Z (6 months ago)
- Last Synced: 2025-05-01T11:47:07.394Z (6 months ago)
- Topics: sdl, sdl2, sdl3
- Language: C
- Homepage: https://libsdl.org
- Size: 112 MB
- Stars: 12,127
- Watchers: 132
- Forks: 2,112
- Open Issues: 644
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
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](INSTALL.md)
This library is distributed under the terms of the zlib license,
available in [LICENSE.txt](LICENSE.txt).
Enjoy!
Sam Lantinga (slouken@libsdl.org)