SDL-mirror / sdl12-compat

Automated mirror of https://hg.libsdl.org/sdl12-compat/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

                         Simple DirectMedia Layer

                                  (SDL)

                            Version 1.2-COMPAT

---
https://www.libsdl.org/

This is the Simple DirectMedia Layer, a general API that provides low
level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL,
and 2D framebuffer across multiple platforms.

This code is a compatibility layer; it provides a binary-compatible API for
programs written against SDL 1.2, but it uses SDL 2.0 behind the scenes. If
you are writing new code, please target SDL 2.0 directly and do not use this
layer.

If you absolutely must have the real SDL 1.2 ("SDL 1.2 Classic"), please use
the SDL-1.2 branch at https://hg.libsdl.org/SDL, which occasionally gets
bug fixes but no formal release. But we strongly encourage you not to do that.

About

Automated mirror of https://hg.libsdl.org/sdl12-compat/

License:Other


Languages

Language:C 95.6%Language:M4 1.7%Language:Shell 1.1%Language:Makefile 0.9%Language:Objective-C 0.4%Language:CMake 0.4%