Replies: 3 comments 5 replies
-
We have the beginnings of this in the "scroll canvas" demo, which shows putting boxed widgets in a pannable/zoomable infinite canvas. I believe a few people are using dvui to develop more functional node editors, so hopefully we can learn what additional features dvui needs to be able to support this more easily. |
Beta Was this translation helpful? Give feedback.
-
Sounds like an interesting little project. If I ever finish the grid I might take a look at this. I think we need a few things over what dvui already has for this:
|
Beta Was this translation helpful? Give feedback.
-
Cool, this already pretty far it seems: https://github.com/MichaelBelousov/graphl Nice work! @MichaelBelousov |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Nodes / routing blocks is a very useful paradigm in many software applications: routing audio, video, editing parameters in graphical tools etc.
It's also a workflow which has good 'transfer' value between applications. If you have worked with it, you're easy to adapt to new software with the same sort of functionality:
https://youtu.be/I4mdMMu-3fc?feature=shared&t=3820
Nuklear has nodes functionality (See screenshot above and the gif in their readme):
https://github.com/Immediate-Mode-UI/Nuklear
Beta Was this translation helpful? Give feedback.
All reactions