Code Monkey home page Code Monkey logo

qtuio's Introduction

1. Introduction
2. Usage
3. Building the library
4. Contact


1. Introduction
qTUIO is a library which implements a TUIO listener on a local UDP socket and forwards the 
events into the internal eventsystem of Qt. 


2. Usage
- 	build the library (see steps after this chapter)
- 	put library and header into convinient places (since there is no make install yet you have to manually
	make the files visible to the system). This could be your application directory, or the systemdirectory
	for libraries and includes.
-	Modify you main.cpp to start a qTUIO thread (see examples) which sends the events to a specific
	target.
-	build your program while linking against the library. If you use qmake you can also check the examples
-	run your programm and provide it with TUIO packets


3. Building the library
Linux:
-	check out the latest version of qTUIO
	$> git clone git://github.com/x29a/qTUIO.git
-	change into the src/ directory and generate a Makefile with qmake
	$> cd qTUIO/src && qmake
-	make the library
	$> make
-	copy the library to a path of your choice and include it in LD_LIBRARY_PATH
	$> mkdir -p /usr/local/lib/qTUIO
	$> cp -r ../lib/* /usr/local/lib/qTUIO
	$> export LD_LIBRARY_PATH="/usr/local/lib/qTUIO:${LD_LIBRARY_PATH}"
	
	
4. Contact
Please feel free to contact us with any feedback, ideas or problems!

- 	Irc: Channel #qt-tuio on Server irc.freenode.org
- 	Email:	-x29a: [email protected]

qtuio's People

Contributors

x29a avatar sirbabyface avatar wathek avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.