Skip to content

Commit

Permalink
SDL2 reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalten committed May 30, 2016
1 parent c6fde6a commit 173f2a1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,12 @@ Example Projects

Apart from the actual cross-platform TUIO 2.0 implementation, this repository also provides several example
projects that serve for the illustration and testing of the overall API functionality. This includes TUIO 2.0
client and server demonstrations with a simple SDL GUI as well as some simple console test applications.
client and server demonstrations with a simple SDL2 GUI as well as some simple console test applications.
These examples should equally work on Linux, Mac OS X and Windows operating systems, the according Makefile
as well as XCode and Visual Studio project files are included.
as well as XCode and Visual Studio project files are included. The Windows project already include the
necessary libraries, to build the GUI example on Linux make sure you have the SDL2, OpenGL and GLUT
libraries and headers installed on your system, the latest version 2.0.4 is recommended. On Mac OS X you
need to install the SDL2 Framework to /Library/Frameworks.

Integration and Testing
----------------------
Expand Down

0 comments on commit 173f2a1

Please sign in to comment.