rendermania
01-21-2005, 02:03 PM
We've had a bunch of discussions about visual coding etc before (the proper term seems to be 'VPL' or Visual Programming Language). I've been googling around for good examples of software that uses such scripting, and found this among others that are slightly more quirky/obscure:
http://www.codemorphis.com/
Its called 'Synopsis 1.1' and is a tool for building Windows application graphically (there's a time limited demo on the site as well). The company that makes this was founded by someone who's worked at Discreet and Softimage before.
An even better example is the VPL in Virtools, which is practically impossible to demo though since Virtools only ships out eval CDs on request (e.g. no downloadable demo on their site) and the software is a bit on the expensive side.
Most important I think is that conventional programming structures like looping, branching etc are preserved graphically. Its also similar to Xpresso or Virtools in that you can pack up whole blocks of code and turn them into a single node with a few input/output ports.
It would be cool if Xpresso got a little bit away from the idea of 'visual expression building' and were turned more into a proper VPL with program start and end points, conventional looping and branching, variables/arrays and similar structures and more flow control if you like. Xpresso does a lot of this stuff in its own way with condition nodes, iterators and what not, but I'd love to see it get to the point where it looks and feels more like a standard VPL with a script start point, if/then sort of nodes, branching, loop control etc.
http://www.codemorphis.com/
Its called 'Synopsis 1.1' and is a tool for building Windows application graphically (there's a time limited demo on the site as well). The company that makes this was founded by someone who's worked at Discreet and Softimage before.
An even better example is the VPL in Virtools, which is practically impossible to demo though since Virtools only ships out eval CDs on request (e.g. no downloadable demo on their site) and the software is a bit on the expensive side.
Most important I think is that conventional programming structures like looping, branching etc are preserved graphically. Its also similar to Xpresso or Virtools in that you can pack up whole blocks of code and turn them into a single node with a few input/output ports.
It would be cool if Xpresso got a little bit away from the idea of 'visual expression building' and were turned more into a proper VPL with program start and end points, conventional looping and branching, variables/arrays and similar structures and more flow control if you like. Xpresso does a lot of this stuff in its own way with condition nodes, iterators and what not, but I'd love to see it get to the point where it looks and feels more like a standard VPL with a script start point, if/then sort of nodes, branching, loop control etc.
