Skip to main content

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.5.1.tar.gz (4.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page