jokroese / modular-dancing

A system for creating rule-based modular choreography

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A system for creating rule-based modular choreography

License:MIT License


Languages

Language:Processing 100.0%