The Wayback Machine - https://web.archive.org/web/20210815045811/https://github.com/topics/node-editor
Skip to content
#

node-editor

Here are 62 public repositories matching this topic...

Graphite
henryksloan
henryksloan commented Jul 28, 2021

The NumberInput widget should support more common ways of modifying numerical widgets, namely:

  • Holding down the mouse button on the arrow to change it multiple times. This should probably work like key repeat, with an initial delay and a constant rate of repetition.
  • Clicking and dragging on the clickable region of the widget to change the value. The change should either be proporti
Vadorequest
Vadorequest commented Feb 9, 2021

It'd be great to be able to load an external history upon initializing the undo/redo feature.

It's already supported by the Undoo lib, through the import(history) API, so it should be trivial to implement.
https://github.com/fabioricali/undoo#undooimporthistory--undoo

I suppose changing the UndoProps by adding a initialHistory prop would do the trick:

export interface UndoPr
nodify
GimelStudio

Improve this page

Add a description, image, and links to the node-editor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the node-editor topic, visit your repo's landing page and select "manage topics."

Learn more