#mixbox — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #mixbox, aggregated by home.social.
-
#MixBox #Color #GameDev #CCBYNC
Just saw Mixbox doing artist-color mixing rather than RGB. You know the good old days when blue + yellow == green! But in digital. Very neat.
Has a Godot 3 stable plugin too.
https://github.com/scrtwpns/mixbox/tree/master/godot
Their main repo looks untouched for two years. I hope this work does not die.
(Although cc-by-nc has limited use for commercial projects.)
🦇
-
The problem of colour interpolation becomes apparent when you to blend in RGB space.
The colour "in between" BLUE and YELLOW in RGB space is a not-so-exciting grey-ish.
🔵+🟡=⚪ ❌
If you want an out of the box solution that simulates how colour pigments are blended together, I'd suggest checking out Mixbox.
🔵+🟡=🟢 ✔️
A Unity package is also available!