meemoo / meemooapp

Creative apps to use, build, share, and hack in the browser.
http://meemoo.org/hack-our-apps/
GNU Affero General Public License v3.0
258 stars 52 forks source link

Meemoo 2.0 thread #145

Open forresto opened 3 years ago

forresto commented 3 years ago

Comments for https://meemoo.org/blog/2020-10-17-thinking-about-meemoo-2-0 😄

jessmartin commented 1 year ago

We talked about this a bit on the call today, but in the vein of "exposing ports", copy-paste is kinda this.

forresto commented 1 year ago

Exploration of Meemoo concepts as web components, with demos in various other systems: https://github.com/meemoo/meemoo-elements#can-i-use-and-style-these-in-webflow

forresto commented 1 year ago

Thread about SVG copy/paste as kind of a manual "typed wire" as @jessmartin has been hinting? https://twitter.com/forresto/status/1468530334140674049

Too bad we can't trigger/inspect copy/paste in iframes. Puppeteer Meemoo? 😅 🙅

domjancik commented 1 year ago

In https://meemoo.org/blog/2020-10-17-thinking-about-meemoo-2-0 you're asking if there's other environments that advertise their ports and type compatibility. I am not sure of a web based one but vvvv gamma has a pretty interesting type system based around .NET allowing all sorts of type inferences, connection hints and whatnot. It may help you in your research https://visualprogramming.net/

forresto commented 1 year ago

Cool, thanks for that tip.

linonetwo commented 1 year ago

I come from node-red -> noflo -> meemoo/dataflow -> your blog post -> here.

And I was even trying to use Rete.js to build a FBP UI on my own (without knowing there are so many very old forerunner here.

I'm adding workflow mechanism to https://github.com/tiddly-gittly/TidGi-Desktop , and I'm using noflo's the-graph currently.