Visual Programming Tools
Cluster centers on discussions of visual programming languages and tools like Codeflow, BlockStudio, LabVIEW, Unreal Blueprints, and dataflow systems, with users sharing examples, inspirations, and comparisons.
Activity Over Time
Top Contributors
Keywords
Sample Comments
This would be great combined with one of those visual programming tools.
Still working on Codeflow - A visual programming platform - http://codeflow.co. Do have a look!
In the end it'll look pretty much like dataflow programming ; why not take a look at the visual systems people are using for that ? E.g. PureData and friends
Hi Shostack,I wasn't trying to bring you down. Maybe what you're looking for is a visual programming environment, where you can drag and drop functions, data, etc?
Have you tried visual programming, e.g. Labview and the like?
inspirations please ? brett victor ? dataflow / node based modeling ? others ?
Visual programming languages already exist.
This is an interesting take on visual programming...
I've been working on a visual programming language where "the pictures are the code", in a sense. It's called BlockStudio, and you can use it online (for free) [1].I'm curious to hear your feedback (if you do try it), because you've asked the sort of question that prompted its creation.[1] www.blockstudio.app
I hear what you are saying. Check out BlockStudio:www.blockstudio.appIt uses extended graphical rewrite rules, so you define the βlogicβ for your program by manipulating the objects that define your program. I could write more words here, but visit the link and check out the tutorial.