forked from MetaCipher/sdl-2.0-basics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
23 lines (16 loc) · 771 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Future updates to happen here under a single repo:
https://github.com/MetaCipher/the-sdl-engine
============================================================
SDL 2.0 Basics
3/11/2014
Foundation for building SDL 2.0 applications and games.
Build requirements
- SDL 2.0 (http://libsdl.org/download-2.0.php)
Notes:
- You probably want to use and build against 32-bit build of SDL
- These project files assume SDL is 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.