lukors / kanter

Node based texture editor
Apache License 2.0
15 stars 0 forks source link

Prettier nodes #56

Open lukors opened 2 years ago

lukors commented 2 years ago

The current nodes are just placeholders.

lukors commented 2 years ago

I've had the idea to use a "plugs and sockets" metaphor for connections between nodes. So each type of output has its own plug shape that you can grab and plug into a corresponding input socket.

Maybe grayscale outputs are Shaped like a >:

This makes it really clear what socket does what without having to only rely on colors, like many other programs do.

Sockets could also be shaped like a D, or like a square, etc.

Colors could go along with each socket for even better differentiation.