Skip to content

Overview

Motoi Shimizu edited this page Jul 30, 2014 · 45 revisions

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.

Links

Screencast concerning how to use RAMDanceToolkit application by Kyle McDonald

Screencast concerning how to develop using RAMDanceToolkit API by Kyle McDonald

Whole documentation of "Reactor for Awareness in Motion"

Downloads

You can download latest version (v1.0.0) RAMDanceToolkit app and source code from the links below. Please see also How to setup RAMDanceToolkit page. Older releases of RAMDanceToolkit are archived here.

RAMDanceToolkit Application

You can download the compiled application from here.

Motion data OSC Server

An application which send osc messages instead of MOTIONER or other sensors. The following link includes RAMOSCServer and MotionData xml files. This application starts sending OSC message when you drag and drop xml files onto app screen. It will help your testing RAMDanceToolkit.

Source code

This zip includes all source code and motion data it can be used for developing your own project.

Sound, MotionData

For users who cloned RAMDanceToolkit repository, please download the Sounds and MotionData files from the link below since our repo doesn't include some big size files.

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.

Creative Commons License
This Document by YCAM InterLab, Yoshito Onishi, Satoru Higa, Motoi Shimizu, and Kyle McDonald is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Clone this wiki locally