kanter icon indicating copy to clipboard operation
kanter copied to clipboard

Node based texture editor

Results 40 kanter issues
Sort by recently updated
recently updated
newest added

Alt LMB drag to grab selected nodes.

enhancement
interaction

`A` to select all. `A A` To deselect all.

enhancement
interaction

Add frame selected function, so you can't lose track of where the nodes are. For hotkey, `Numpad .` or just `.` should both work.

enhancement
interaction

The lib allows setting the max amount of ram that buffers can use. We should use it.

enhancement
core

The lib supports setting how many nodes to process at a time, this should be used.

enhancement
core

The lib has support for prioritizing which nodes to process, this should be used.

enhancement
core

Currently the program crashes in many places if there is an issue. It should instead recover if possible.

enhancement

I think it is appropriate to use, I should check it out. https://github.com/dtolnay/anyhow

refactor