
On Sun, Jul 20, 2008 at 8:03 PM, Larry Evans <cppljevans@suddenlink.net> wrote:
Stjepan, I went to http://www.youtube.com/watch?v=7a4HJ4zVPXc but then couldn't figure out what I should do next. There was a blank window with a title above it:
May have been a youtube glitch. If it's still not working for you, I uploaded the same videos to blip.tv: http://dancinghacker.blip.tv/posts?view=archive They show up better on blip.tv anyway..
What should I do to visually edit a Dataflow.Signals network from:
http://www.youtube.com/watch?v=7a4HJ4zVPXc
? Where can I get an example Dataflow.Signals network to play with?
The code for these examples is in the sandbox: http://svn.boost.org/svn/boost/sandbox/SOC/2007/signals/libs/dataflow/exampl... If you checkout http://svn.boost.org/svn/boost/sandbox/SOC/2007/signals, and run bjam in the signals/libs/dataflow/example/glv_gui/ directory it should hopefully build the gui examples for you (you will need to have BOOST_ROOT environment variable set, and GLUT/freeglut accessible). The Dataflow.Signals example is called glvgui_example. The components are registered in the example_bank class, if you want to play with different components you can add them to the editor there. If you have any questions or run into problems please let me know! Best, Stjepan