diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-20 13:03:18 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-20 13:03:18 -0400 |
commit | 304bab2aced9cae51d2e4c09f3d9e06c66ff175d (patch) | |
tree | 8397f81b893feb1cf624eee49c4fb01297aa08ad /vendor/SDL2/README.txt | |
parent | ba350484072c78e5e1a765370c22dbd76474aa39 (diff) | |
download | ether-304bab2aced9cae51d2e4c09f3d9e06c66ff175d.tar.gz ether-304bab2aced9cae51d2e4c09f3d9e06c66ff175d.tar.bz2 ether-304bab2aced9cae51d2e4c09f3d9e06c66ff175d.zip |
we can build a window app!
build type must be set to Release or it's horribly slow, and fullscreen does not work
Diffstat (limited to 'vendor/SDL2/README.txt')
-rw-r--r-- | vendor/SDL2/README.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/vendor/SDL2/README.txt b/vendor/SDL2/README.txt new file mode 100644 index 0000000..431ba0e --- /dev/null +++ b/vendor/SDL2/README.txt | |||
@@ -0,0 +1,21 @@ | |||
1 | |||
2 | Simple DirectMedia Layer | ||
3 | |||
4 | (SDL) | ||
5 | |||
6 | Version 2.0 | ||
7 | |||
8 | --- | ||
9 | https://www.libsdl.org/ | ||
10 | |||
11 | Simple DirectMedia Layer is a cross-platform development library designed | ||
12 | to provide low level access to audio, keyboard, mouse, joystick, and graphics | ||
13 | hardware via OpenGL and Direct3D. It is used by video playback software, | ||
14 | emulators, and popular games including Valve's award winning catalog | ||
15 | and many Humble Bundle games. | ||
16 | |||
17 | More extensive documentation is available in the docs directory, starting | ||
18 | with README.md | ||
19 | |||
20 | Enjoy! | ||
21 | Sam Lantinga (slouken@libsdl.org) | ||