Skip to content

A system for creating rule-based modular choreography

License

Notifications You must be signed in to change notification settings

jokroese/modular-dancing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modular dancing

Modular dancing is a system for creating rule-based modular choreography.

Quickstart

  1. Download Processing.

  2. Import oscP5

Open processing. Sketch > Import Library > Add Library. Then type in 'oscP5' in 'Libraries'. Click 'Install'.

  1. Download (or clone) this repository.

For the director

  1. Open 'sender/sender.pde'.

  2. Run.

For dancers

  1. Open 'receiver/receiver.pde'.

  2. Edit which dancer you are. e.g. Dancer 3 will change the line to int dancer_number = 3;.

  3. Run.

To practice

If a dancer would like to practice their choreography by themself, they can run both the sender and receiver file.

What's in this repository

Sender file

Runs Game of Life simulation. Sends out OSC messages

Receiver file

Receives messages and gives each dancer the notation for the choreography.

Releases

No releases published

Packages

No packages published