A pygame calibration scene for use with PyViewX
Project description
Here’s a basic example of usage:
from pyviewx.client import iViewXClient from pyviewx.pygame import Calibrator from twisted.internet import reactor client = iViewXClient('192.168.1.100', 4444) calibrator = Calibrator(client, reactor = reactor) reactor.listenUDP(5555, client) reactor.callLater(0, calibrator.start) reactor.run()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyviewx.pygame-0.4.1.tar.gz
(3.5 kB
view hashes)