Go to file
Sam Lantinga 06602f4e80 Document that the pitch is the length of the image data for SDL_PIXELFORMAT_MJPG 2025-02-20 12:16:26 -08:00
.github
VisualC Added initial MJPG support using stb_image 2025-02-20 12:16:26 -08:00
VisualC-GDK Added initial MJPG support using stb_image 2025-02-20 12:16:26 -08:00
Xcode Added initial MJPG support using stb_image 2025-02-20 12:16:26 -08:00
android-project
build-scripts Added initial MJPG support using stb_image 2025-02-20 12:16:26 -08:00
cmake
docs
examples
include Document that the pitch is the length of the image data for SDL_PIXELFORMAT_MJPG 2025-02-20 12:16:26 -08:00
src Added initial MJPG support using stb_image 2025-02-20 12:16:26 -08:00
test
wayland-protocols
.clang-format
.clang-tidy
.editorconfig
.gitignore
.wikiheaders-options
Android.mk
BUGS.txt
CMakeLists.txt Revert "cmake: build SDL_uclibc with -fPIC" 2025-02-20 20:37:53 +01:00
CREDITS.md
INSTALL.md
LICENSE.txt
README.md
WhatsNew.txt

README.md

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)