ColorPalettizer
A downloadable tool for Windows, macOS, and Linux
Create color palette using node system that allows generating gradients with curves.
Colors provided to OutputNode will get exported in chosen format (PNG or Gimp palette GPL).
Pairs very well with my SpritePalettizer tool.
Presets are a locally stored collection of projects and sorted by names of the artists who provided their projects for this app.
If you make something interesting and want to share it with other users, contact me.
Disclaimer:
This was started as a tool for myself but made in a form of an app. Unfortunately, the game engine I used for this app has a bug in the node system where a connection appears through the node. Fixing it will require getting into game engine code and that has no priority for me to do unless there's enough reason for me to spend more time on this app.
Status | Released |
Category | Tool |
Platforms | Windows, macOS, Linux |
Author | NeZvers |
Made with | Godot |
Tags | Colorful, Generator, nodes |
Code license | MIT License |
Average session | A few minutes |
Languages | English |
Inputs | Mouse, Touchscreen |
Download
Click download now to get access to the following files:
Comments
Log in with itch.io to leave a comment.
Hello, I liked the idea of the program, but I want a Linux version AppImage
I’m not yet a Linux user, so I don’t really know how. I’ll see what I can do, it’s first time hearing about it.
Hey! First of all, good job! It looks simple and easy to use. I wonder how you did the nodes, is there any documentation on the Godot site or something?
Godot has GraphEdit as parent and GraphNodes as children.
Okay, thank you!
But got to say that I regret not making my own GraphNode implementation. It was a pain in the butt to work around GUI design limitations (to have more connections need more direct children in the GraphNode) and a bug with connections showing through nodes.