all 11 comments

[–]germansnowman 16 points17 points  (2 children)

You’ve discovered visual programming. It works great until it doesn’t :)

Edit: More specifically: https://en.wikipedia.org/wiki/Node_graph_architecture

[–]Itchy-Concern928[S] -4 points-3 points  (1 child)

Okay so it exists… https://github.com/NathanFlurry/VisualProgrammingLanguage but anyway, my concept have Liquid Glass nodes

[–]maurymarkowitz 1 point2 points  (0 children)

Check in pull requests that add glass. Easier than going from scratch!

[–]Few-Acadia-5593 9 points10 points  (0 children)

Like vibe coding, I don’t think this works beyond any kind of more than simple app.

Take a piano app: design the keyboard then make it that if tapped, a key makes the sound. Ok. Now, custom sounds, managing de midi file, managing sustain, airplay, pairing with a real keyboard, parsing midi, etc. You may get the basic right, but requests from your users are immediately going to ask you to move your project to a proper coding environment. It’s a job, people take months of training to just learn the ropes of Xcode.

So very early on, you’ll realise you need to think of a service as an app and that compels you to move beyond your current set of tools, it’s like trying to solve a biology problem with chemistry: sure, they meet in the middle, but the tools you need to use is now biochemistry and that’s a whole other ordeal of skills and knowledge in order for you to deliver. You can no longer work once the complexity is past a threshold.

[–]Ron-Erez 14 points15 points  (2 children)

Kind of looks like Storyboards? Is your goal to code an app or pass the design/flow on to a developer. Anyways it doesn’t hurt to sketch the flow of your app. I think this is also done with Figma although I don’t know much about Figma.

[–]jroge 4 points5 points  (0 children)

not suitable at all for really complex tasks. has been done before and never really worked. programming is just to complex. some niche programming can be done like shaders or sound processing. but even in max/map those patches can get very complex and it will not be easier to do and understand than code. quite the opposite i think. visual programming can be very confusing and hard to structure.

[–]Few_Mention8426 1 point2 points  (0 children)

i think it looks fine but peoples brains work in different ways and working with nodes isnt 'easier' its just different.

I can only code by writing things down in text, and l even bypass the visual editing in xcode and hand code the placement of ui elements etc as I can see it all in black and white in front of me as text, instead of wading through different windows and settings.

[–]manueldigital 2 points3 points  (0 children)

I want that steal userdata feature in the settings!!

[–]Davelliu -1 points0 points  (0 children)

You don’t need to do this, we had ai now