Skip to content

Just Breaking Atmosphere release

Latest
Compare
Choose a tag to compare
@sphaero sphaero released this 12 Jul 09:03
· 7 commits to master since this release
c2f9357

This is the first release of GazebOSC. A high-level actor model programming environment for creatives. This release is a culmination of attempts to empower creatives and inspire developers. It aims to be accessible for novice users without abstracting the underlying technology. By doing so it bridges the intermediate coder to the master developer. All communication between actors is done using OSC.

The release embeds the following actors:

  • OSC input and output/multi output - for sending and receiving OSC from the network
  • OSC create - to quickly create an OSC message
  • MIDI to OSC - To convert MIDI to OSC
  • NatNet & NatNet2OSC - For converting Motion Capture data to OSC
  • OpenVR - Mostly used for OpenVR tracker data to OSC
  • Record - To record and replay messages
  • Process - Start an external process
  • DMX output - To output DMX (Enttec) from OSC messages
  • Sliders - Some simple sliders
  • HTTP launchpod - To triggers OSC messages from a webpage
  • Modplayer - Play music mods while outputting the music events through OSC
  • Log - log OSC messages
  • Count - count received messages
  • Pulse - periodically send an OSC message
  • Python - To create actors in Python

GazebOSC runs on all platforms. We supply binaries for OSX and Windows. However it's best to build from source to have the full developer experience.