Files
SDL/README.md

15 lines
389 B
Markdown
Raw Normal View History

2025-01-12 16:28:46 -08:00
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.
2025-01-12 16:28:46 -08:00
You can find the latest release and additional documentation at:
https://www.libsdl.org/
2025-01-12 16:28:46 -08:00
This library is distributed under the terms of the zlib license,
available in the file LICENSE.txt.
Enjoy!
Sam Lantinga (slouken@libsdl.org)