A Python library for handling TUIO messages
Project description
EasyTUIO
EasyTUIO is a Python library for parsing and handling TUIO messages, used in multi-touch and tangible interfaces.
Features
- Supports
2Dcur
,2Dobj
, and2Dblb
profiles. - Customizable event listeners.
- Lightweight and easy to integrate.
Installation
pip install easytuio
Usage
from easytuio import TUIOClient
def handle_cursor_event(cursor):
print(f"Cursor Event: {cursor}")
client = TUIOClient()
client.register_callback("2Dcur", handle_cursor_event)
client.start()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
easytuio-0.1.0.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file easytuio-0.1.0.tar.gz
.
File metadata
- Download URL: easytuio-0.1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5ea8cf5da3a1c8d9e1aa0c68b035cb93ba42af8a50c40fed49f735d9747f9f8 |
|
MD5 | dd5cd3fd5146a96db09761625c9f0b82 |
|
BLAKE2b-256 | ebc8a3de9c30e92732b4ff3d91ab363381075fe24e4d7ea5eaa927f77df3040a |
File details
Details for the file easytuio-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: easytuio-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aeb6c8cb6f9c32b7d9f3590a6f2d91c25942c78012b0e193f4f69241a7164b25 |
|
MD5 | b91fd25daaf8ceb1b256f8c36b107fa3 |
|
BLAKE2b-256 | b2c5cd9ded625a727f063c4c950ded8316353c42ca51657a1ba4336ff0ced9a8 |