Skip to content

Releases: YCAMInterlab/RAMDanceToolkit

RAM Dance Toolkit v1.3.0 for oF v0.9.8

23 Oct 10:28
Compare
Choose a tag to compare

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 launching RAMDanceToolkit.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

16 Oct 13:33
Compare
Choose a tag to compare

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 launching RAMDanceToolkit.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

30 Jul 12:20
Compare
Choose a tag to compare

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 ramNode
    • ramCommunicationManager - OSC interface

See also RAMDanceToolkit wiki.

v1.0.1: - changed deplyment target to 10.7

30 Jul 13:27
Compare
Choose a tag to compare
- added second arg to ramInitialize() which is used as hook of show/hide preset scenes buttons on gui

v1.0.0

30 Jul 13:34
Compare
Choose a tag to compare
Merge branch 'master' of github.com:YCAMInterlab/RAMDanceToolkit