kanter
kanter copied to clipboard
Node based texture editor
Quick thumbnails are always a benefit, so if it's possible to get them faster, we should do it. Maybe visiting each pixel is the heavy operation, making it close to...
# Repro steps Use middle-click and pan using a touchpad. # Result The mouse loses contact with the starting point. # Expected Since the panning is 1:1, it should not...
A feature to dump information about the state of the engine to the console. For debugging purposes. It should dump the following: - [ ] How much RAM is being...
The current nodes are just placeholders. - [ ] Create design - [ ] Implement design
A mask that decides how much of the "foreground" input to use at what texel.
It controls how strong the mix should be, to make it easier to mix in "a little bit" of some image for instance.
Add ability to zoom. - [ ] Scroll wheel - [ ] `ctrl` `middle click` drag