Skip to content

YCAMInterlab/RAMDanceToolkit

Repository files navigation

RAMDanceToolkit

RAM Dance Toolkit is a C++ creative coding toolkit to create environments for dancers. This toolkit contains a GUI and functions to access, recognize, and process motion data to support creation of various environmental conditions (called “scene”) and gives realtime feedbacks to dancers using code in an easy way. Toolkit uses openFrameworks, a software development toolkit for artists, which means users can use functions from both RAM Dance Toolkit and openFrameworks. RAM Dance Toolkit will also be published as an application for Windows and Mac. As an application, users also can choreograph or rehearse with previously programmed scenes.

For more details, please see RAMDanceToolkit wiki

詳しい情報はRAMDanceToolkit wikiを参照してください。

Licenses

RAMDanceToolkit by YCAM InterLab, Yoshito Onishi, Satoru Higa, Motoi Shimizu, and Kyle McDonald is licensed under the Apache License, Version2.0

Copyright 2012-2013 YCAM InterLab, Yoshito Onishi, Satoru Higa, Motoi Shimizu, and Kyle McDonald

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Change log

v1.2.0

  • add ramMotionExtractor : It makes you easier to edit node selection. check wiki how to use it.
  • change default floor pattarn from "GRID" to "NONE".

v1.1.0

  • add ramReceiverTag & ramOSCManager : for receiver OSC in scenes & other classes.
  • add ramCommunicationManager : for control parameters from other devices on OSC.