Jump to: navigation, search

Ogre3D:Puredata

Revision as of 11:44, 1 June 2016 by Frankiezafe (Talk | contribs) (Created page with "Researches and notes about a communication between Ogre3D and puredata. == Development == Communication via internal network messages. * [netsend] and [netreceive] - http:/...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Researches and notes about a communication between Ogre3D and puredata.

Development

Communication via internal network messages.

To be efficient, it requires a specialised patch (or a custom c/c++ object) to parse message sent by Ogre and another one to prepare message to send to Ogre.

  • [ogre in] with preprocessed messages routing
  • [ogre out] with one inlet type message


Release

Based on [ofxPd], prepare a binding to unable the communication with libPD.