|
|
|
|
|
by AlexDanger
2224 days ago
|
|
Certainly a medium post would be good - I'm impressed by your pivots trying to find a fit with the visual programming paradigm. What is your opinion on visual programming and diagramming libraries? Would you recommend particular libraries/services for visual programming if looking to build this type of UX/UI into a new product? I'm interested in building a service that utilises a basic visual programming interface but I have no interest in building out a complex visual programming / diagramming UI toolset myself. Do you consider the visual programming aspect a commodity or a selling feature? Or is that dependent on the market you are selling into? |
|
Building a visual programming language in 2020 is fairly trivial and straightforward if your environment is the browser. There is a ton of libraries and open source reference projects out there: Xod, n8n, Makecode, Rete.js, Blockly. On the engineering side, as long as you do not try to map a mainstream programming language with its associated frameworks directly into visual programming, one-to-one on the syntax level, but instead build wrappers and simplified interfaces around it then it should work out pretty well.