the problem is every visual programming tool eventually reaches the point where you need a 'code node' and then everyone just writes code
Gpiozero Flow
21–30 of 40 posts
Re: Gpiozero Flow
#22Somehow these visual programming tools never seem to get much traction. Are there any exceptions?
Re: Gpiozero Flow
#23Somehow these visual programming tools never seem to get much traction. Are there any exceptions?
I think PLCs are programmed using a mix of text and visuals. Or at least that's what I remember from uni. I'm not entirely sure why that is. I suppose it makes it a lot more obvious to your coworkers and management when you make spaghetti code, which I suppose can create pressure to not make a total mess of things.
Later systems added to this by being programmable with structured text.
The first time I came across a system that was programmed entirely with relays I was completely blown away by what was possible. And also by how heavy, noisy and power-hungry it was for a portable device.
Re: Gpiozero Flow
#24Re: Gpiozero Flow
#25Somehow these visual programming tools never seem to get much traction. Are there any exceptions?
Re: Gpiozero Flow
#26Re: Gpiozero Flow
#27One thing I keep running into is that workout programs are essentially state machines progression rules, deloads, conditional branches, different exercise substitutions, autoregulation etc...
That made me wonder whether a visual programming model would make these systems more approachable. I'm still unconvinced, though. Unlike automation workflows where the graph itself reveals the logic, I'm not sure what the right visual abstraction is for training programs without making them even more overwhelming.
So far i've a workout programming language and bunch of sample programs and an app which can help you execute these workout plans, all free ofc: https://symbiote-studio.macrocodex.app/?builtin=gzclp
Re: Gpiozero Flow
#28Somehow these visual programming tools never seem to get much traction. Are there any exceptions?
Re: Gpiozero Flow
#29I had a similar thought while building a visual workout programming system for bodybuilding. One thing I keep running into is that workout programs are essentially state machines progression rules, deloads, conditional branches, different exercise substitutions, autoregulation etc... That made me wonder whether a visual programming model would make these systems more approachable. I'm still unconvinced, though. Unlik…
Re: Gpiozero Flow
#30I had a similar thought while building a visual workout programming system for bodybuilding. One thing I keep running into is that workout programs are essentially state machines progression rules, deloads, conditional branches, different exercise substitutions, autoregulation etc... That made me wonder whether a visual programming model would make these systems more approachable. I'm still unconvinced, though. Unlik…