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.
- Host: GitHub
- URL: https://github.com/danielmschmidt/choreo-builder
- Owner: DanielMSchmidt
- Created: 2014-10-02T20:06:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T07:33:56.000Z (about 8 years ago)
- Last Synced: 2025-03-14T21:17:58.639Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://danielmschmidt.github.io/choreo-builder
- Size: 365 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)