Skip to content

jansensan/tennis-service-trainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.