Modular dancing is a system for creating rule-based modular choreography.
-
Download Processing.
-
Import oscP5
Open processing. Sketch > Import Library > Add Library. Then type in 'oscP5' in 'Libraries'. Click 'Install'.
- Download (or clone) this repository.
-
Open 'sender/sender.pde'.
-
Run.
-
Open 'receiver/receiver.pde'.
-
Edit which dancer you are. e.g. Dancer 3 will change the line to
int dancer_number = 3;
. -
Run.
If a dancer would like to practice their choreography by themself, they can run both the sender and receiver file.
Runs Game of Life simulation. Sends out OSC messages
Receives messages and gives each dancer the notation for the choreography.