An open API service indexing awesome lists of open source software.

https://github.com/danielmschmidt/choreo-builder

This is an application, which builds a choreography via drag and drop.
https://github.com/danielmschmidt/choreo-builder

Last synced: 11 months ago
JSON representation

This is an application, which builds a choreography via drag and drop.

Awesome Lists containing this project

README

          

Choreography Builder
====================

This is a javascript application, which builds a choreography via drag and drop.

Development
-----------

- Installation: ```npm install bower grunt-cli && npm install & bower install```
- Server: ```grunt server```
- Build: ```grunt build```
- Test: ```grunt test```

Goals
-----

- choreographies should be shareable
- moves should be easy to align
- moves should be extendable
- there should be smart suggestions for next moves
- there should be an error if moves aren't alignable

Todo
-----

- distinguish between different dances
- Save choreography, name it and start a new one
- save it beneath the dances, so they can easily be switched
- give WIP choreo a temporary name, so it can be autoselected at first
- Add comments to moves
- can have a start and end beat
- beats should be a dropdown with 1/8 timings
- should be deletable (globally or locally)