This fascinates me. I cannot use such layout, graphs etc. I can only analyse something if it is in a list - even if it is a complex algorithm - I will understand it fine. If it was exploded to a graph there is no way I'll get it. That leads me to a question - do you find yourself naturally understanding the information in a graph format and not getting lists or is it something that you learn to make sense of?
Natto.dev – A Canvas for JavaScript
81–90 of 101 posts
Re: Natto.dev – A Canvas for JavaScript
#82I need something like this but open-source so I can run it locally...
Re: Natto.dev – A Canvas for JavaScript
#83I need something like this but open-source so I can run it locally...
Re: Natto.dev – A Canvas for JavaScript
#84Re: Natto.dev – A Canvas for JavaScript
#85Hi all! Developer here before first coffee I'm actively working on natto.dev and it really is in "preview". I'm excited about the future of programming and having a canvas to explore it on. still looking for "crazier" ideas - my favorite current one is dragging a column out of a table. https://twitter.com/_paulshen/status/1366801887341649924 The more I work on it, the more confident I am that there's something there.…
Re: Natto.dev – A Canvas for JavaScript
#86Re: Natto.dev – A Canvas for JavaScript
#87Re: Natto.dev – A Canvas for JavaScript
#88Hi all! Developer here before first coffee I'm actively working on natto.dev and it really is in "preview". I'm excited about the future of programming and having a canvas to explore it on. still looking for "crazier" ideas - my favorite current one is dragging a column out of a table. https://twitter.com/_paulshen/status/1366801887341649924 The more I work on it, the more confident I am that there's something there.…
Great work! Question -- I love the grid/layout system you have. I'm wondering if there is an open-source library that helped you enable this? I'd like to use something similar for a personal tool. :) Thank you.
I've seen https://reactflow.dev/ but haven't used it myself. The core drag interaction is not much code but feel free to reach out on twitter. happy to share more!
Re: Natto.dev – A Canvas for JavaScript
#89Hi all! Developer here before first coffee I'm actively working on natto.dev and it really is in "preview". I'm excited about the future of programming and having a canvas to explore it on. still looking for "crazier" ideas - my favorite current one is dragging a column out of a table. https://twitter.com/_paulshen/status/1366801887341649924 The more I work on it, the more confident I am that there's something there.…
This is super cool :) It seems a little tough to visualize "flow" at first glance - some optional animations might be handy? e.g: when data comes in, animate a little bubble moving along the path, or little conveyor-belt style animations. An undo/redo feature (or more complex version control) would also be appreciated, I deleted a node and couldn't find a clear way to restore it.
Agree about undo/redo! on the todo list.
Re: Natto.dev – A Canvas for JavaScript
#90amazing! thinking of something to use it for. v. minor bug, +/- keys zoom in and out even when editing a field :)