Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.36 KB

readme.md

File metadata and controls

44 lines (25 loc) · 1.36 KB

Tennis Service Trainer

Sources of the Tennis Service Trainer project.

See the project presentation slides.


Collaborators


Usage

Technical requirements

Ensure that you have Processing installed on your machine.

Running the prototype

  • Open src/processing/proto_send_to_server/proto_send_to_server.pde
  • Open and run the server (see the repository for details)
  • Run proto_send_to_server.pde
  • Clicking on the interface elements sends OSC messages to the server:
    • The "Send OSC Test Message" button sends a simple integer to the server
    • Clicking on the "Start Recording" button will start tracking the mouse over the canvas and sending its positions to the server.
    • Clicking on "Stop Recording" will stop the mouse tracking. The server will also save the data to disk.

Contribution

Read the contribution guide.