Releases: YCAMInterlab/RAMDanceToolkit
Releases · YCAMInterlab/RAMDanceToolkit
RAM Dance Toolkit v1.3.0 for oF v0.9.8
RAM-prerelease-v1_3_0.zip
contains all depended external addons and resources such as sounds, motion data.
Notes
- This version works with openFrameworks v0.9.8 (32bit build) .
- Launching problem precompiled app from
RAM-app_osx_v1_3_0.zip
.
Since macOS Sierra version, the gatekeeper has become stricter and prevents launchingRAMDanceToolkit.app
. Because some browser adds extended attributes after download it.
One solution is execute bellow command in the/Applications/Utilities/Terminal.app
xattr -c {replace_path}/RAM-app_osx_v1_3_0.zip
Development Environment
- Mac: Xcode 8.2.1 ~ 9.0.1 with SDK 10.11 ~ 10.13 .
- Windows: VS 2015 Community.
Known Issues
- macOS
Big memory consumption. - Windows
Scene crash :Future
Stamp
Expansion
Upside Down
RAM Dance Toolkit v1.2.1 for oF v0.8.4
RAM-release-v1_2_1.zip
contains all depended external addons and resources such as sounds, motion data.
Notes
- This version works with openFrameworks v0.8.4 .
- Launching problem precompiled app from
RAM-app_osx_v1_2_1.zip
.
Since macOS Sierra version, the gatekeeper has become stricter and prevents launchingRAMDanceToolkit.app
. Because some browser adds extended attributes after download it.
One solution is execute bellow command in the/Applications/Utilities/Terminal.app
xattr -c {replace_path}/RAM-app_osx_v1_2_1.zip
- Development Environment
- Mac: Xcode 8.2.1~9.0.1 with SDK 10.11, 32bit.
- Windows: VS 2012 Express.
Compatible with OF0.8.3
Change log
- Compatible with oF0.8.3
- Bugfix:
- fixed unrepeatable crash problem that happens when ramActor disappear. RAMDanceToolkit have got more stable.
- ramNode::accelerometer didn't work correctly when you apply ramFilter to ramNodeArray, and use Tsv playbacker
- New features:
ramGetNode(actorIndex, jointName)
- Shorthand of accessing to ramNoderamCommunicationManager
- OSC interface
See also RAMDanceToolkit wiki.
v1.0.1: - changed deplyment target to 10.7
- added second arg to ramInitialize() which is used as hook of show/hide preset scenes buttons on gui