mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-04-25 19:54:58 +02:00
fork description
This commit is contained in:
parent
4cd981609b
commit
a9c3d47c48
61
README.txt
61
README.txt
@ -1,21 +1,40 @@
|
|||||||
|
|
||||||
Simple DirectMedia Layer
|
Simple DirectMedia Layer
|
||||||
|
|
||||||
(SDL)
|
(SDL)
|
||||||
|
|
||||||
Version 2.0
|
Version 2.0
|
||||||
|
|
||||||
---
|
---
|
||||||
https://www.libsdl.org/
|
https://www.libsdl.org/
|
||||||
|
|
||||||
Simple DirectMedia Layer is a cross-platform development library designed
|
Simple DirectMedia Layer is a cross-platform development library designed
|
||||||
to provide low level access to audio, keyboard, mouse, joystick, and graphics
|
to provide low level access to audio, keyboard, mouse, joystick, and graphics
|
||||||
hardware via OpenGL and Direct3D. It is used by video playback software,
|
hardware via OpenGL and Direct3D. It is used by video playback software,
|
||||||
emulators, and popular games including Valve's award winning catalog
|
emulators, and popular games including Valve's award winning catalog
|
||||||
and many Humble Bundle games.
|
and many Humble Bundle games.
|
||||||
|
|
||||||
More extensive documentation is available in the docs directory, starting
|
More extensive documentation is available in the docs directory, starting
|
||||||
with README.md
|
with README.md
|
||||||
|
|
||||||
Enjoy!
|
Enjoy!
|
||||||
Sam Lantinga (slouken@libsdl.org)
|
Sam Lantinga (slouken@libsdl.org)
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
THIS IS NOT THE ORIGINAL SDL2!
|
||||||
|
|
||||||
|
Please refer to the above link to get it, or switch to the original
|
||||||
|
repository: https://github.com/libsdl-org/SDL
|
||||||
|
|
||||||
|
Most of the code in this repository has been written by Sam Lantinga and
|
||||||
|
contributors. Refer to COPYING.txt, CREDITS.txt and the full git history for
|
||||||
|
details.
|
||||||
|
|
||||||
|
Here you can find some changes that I have written to better deal with single
|
||||||
|
board computers.
|
||||||
|
|
||||||
|
Changes in this repository are also distributed under the terms of the
|
||||||
|
zlib license: http://www.zlib.net/zlib_license.html
|
||||||
|
|
||||||
|
Emanuele
|
||||||
|
Loading…
Reference in New Issue
Block a user