A prototype of a homemade mapping tool
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Theo Lem 0ff140aa49 started on drawing with pyglet. Man this is hard. 3 years ago
README.md started on drawing with pyglet. Man this is hard. 3 years ago
client.py Basic client/server structure 3 years ago
displayer.py started on drawing with pyglet. Man this is hard. 3 years ago
server.py Basic client/server structure 3 years ago

README.md

Video mapping tool based on a client/server system. For the moment written in Python using Python3.

DEPENDENCIES : pyglet : for animation. Run pip install pyglet

TODO

input reading on client side xxxxxxx communication of the two sides through ZMQ or equivalent xxxxxx basic display of curves on server side reading and interpretation of commands on client side (grammar ?) client and server refactoring modules creation