kanter
kanter copied to clipboard
Node based texture editor
I have a new name in mind. - [x] Apply it in the core lib - [x] Apply it in the GUI app - [ ] Update README.md - [...
These file formats will be important to support. - [ ] OpenEXR - [ ] HDR - [ ] DXT - [ ] DDS
The core lib does not cancel processing when a node gets dirty. Instead, it finishes processing and then processes it again once completed. You can force-cancel the processing of a...
Selecting a node should bring it to the top of the z-stack, and all other nodes down. There needs to be an ordering system to do this. Maybe something like...
This is to help find issues and verify the program does what it's supposed to. Press `ctrl` `F12` to toggle it. Since it would be limited by the size of...
Easy export is important. - [x] #32 - [ ] File format in export options - [ ] #71
When Bevy has a native GUI solution I'm going to use that, that will come in at least 6 months. The current temporary GUI is so bad to work with...
Figure out how to deal with program icons. - [ ] Show up on the launch icon on Linux - [ ] In the window top bar on Windows -...