forked from MetaCipher/the-sdl-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
19 lines (14 loc) · 863 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SDL 2.0 Textures
3/18/2014
Wraps SDL Textures into a more streamlined Texture class for easy loading and rendering. Also includes TextureBank class for loading multiple textures at once, and a FileManager class for reading directories (with iOS support).
Build requirements
- SDL 2.0 (http://libsdl.org/download-2.0.php)
- SDL Image 2.0 (https://www.libsdl.org/projects/SDL_image/)
Notes:
- You probably want to use and build against 32-bit build of SDL
- These project files assume SDL and SDL_image are located inside of "SDL2" folder and part of your search paths (SDL2/SDL.h)
- Build files using a compatible c++11 compiler
This tutorial and code are property of:
Tim Jones
SDLTutorials.com
You are free to use this code and any included files in your projects (commercial and non-commercial), as long as you credit SDLTutorials.com and the author.