Rough Slider
🕑 Added 2020-12-15 09:56:14 +0000 UTCI'll be using some css to make the sliders look a bit better, this is just a sneak peek/test version so you can get the general idea. Basically, instead of having a bunch of preselected colors that you can pick from, you'll theoretically be able to use a few sliders to pick whatever outfit color you could possibly want. It's not ready yet, but you get the general idea.
This will replace my somewhat janky color wheel I should be able to add it seamlessly to the existing wardrobe system with the magic of widgets and whatnot.
Note: Coloring hair/body parts might be on hold/not supported depending on a poll I plan in the very near future (It could break some things story wise unless I add somewhat complicated math to it all, and I don't know if you guys want the ability to look like the hulk or not).
Comments
Wild Bill
Does this one not require that then?
Austinhaney6969
And that would STILL require me to rewrite my current system.
Wild Bill
You don't have to replace the whole image stack with a single composited canvas to use them, you could use a stack of canvas elements same as you have a stack of img elements now.
Austinhaney6969
The color picker wouldn't work with my system without completely re-writing the way it works. I don't use a js canvas you see, I use css layering. So while the demo you sent me was cool technically, it was ultimately something I couldn't use. Whereas this could be used pretty easily.
Wild Bill
Sliders huh. I thought the plan was a colour picker? What went wrong with that? Also what complicated maths?