Live data from Hacker News

Vvvv – a live-programming environment for easy prototyping and development

vvvv.org

1–10 of 39 posts

Re: Vvvv – a live-programming environment for easy prototyping and development

#6
I've worked with a few people who use vvvv and written (is that the right verb when it's graphical language) a bunch of of vvvv nodes to integrate with other stuff I was writing for them.

It's a a powerful system and seems to really fit the minds of some very talented and creative people. As seems to be common with graphical programming things abstraction can be a little hard unless it fits into the node-with-fixed-inputs-and-outputs mold but this isn't a huge problem for the sizes of projects I saw.

The really cool thing in my opinion is the live nature, coding and runtime are the same so you can see it all running as you change thing. Fantastic for both exploratory coding and performance coding. I used it once as a front end for playing with some head tracking code I was working in in C++ and it was a fun experience, pity it's Windows only!

Re: Vvvv – a live-programming environment for easy prototyping and development

#8
post #6

I've worked with a few people who use vvvv and written (is that the right verb when it's graphical language) a bunch of of vvvv nodes to integrate with other stuff I was writing for them. It's a a powerful system and seems to really fit the minds of some very talented and creative people. As seems to be common with graphical programming things abstraction can be a little hard unless it fits into the node-with-fixed-i…

> As seems to be common with graphical programming things abstraction can be a little hard unless it fits into the node-with-fixed-inputs-and-outputs mold

In other words, you're trapped in a first-order box: http://lambda-the-ultimate.org/node/5157#comment-85605

Re: Vvvv – a live-programming environment for easy prototyping and development

#9
I really wanted something like scratch for api design. I can't load vvvv right niw for some reason, but i was hoping/looking for something like a cross between scratch & balsamiq to design programs.

For example a crud app, you could visually design the routing, db structure auth flow ect. is vvvv like this?

Re: Vvvv – a live-programming environment for easy prototyping and development

#10
Love vvvv and use it for all my graphics nonsense. The graphics is all DX9/DX11, that might be a little bit of a turnoff for the hacker news crowd, but the ability to string together and debug shaders in real-time and just generate gobs of data for visualization and interaction is unbeatable.
Post reply on HN