facelessuser / coloraide

A library to aid in using colors
https://facelessuser.github.io/coloraide
MIT License
202 stars 12 forks source link

Regenerate all 3D gamut images with true 3D models #299

Closed facelessuser closed 1 year ago

facelessuser commented 1 year ago

Finally worked on generating proper 3D models. We should play around and generate all of the images with these better model approaches. We can possibly add light and shadow, but we'll see. We now create proper meshes so we can generate models. This means we don't have to do many of the workarounds to fill in spaces that we used to.

We can now generate wireframes at differing resolutions:

wire

We can generate 3D models of differing resolutions:

lowpoly highpoly

We can even generate using our old scatter plot approach at various resolutions.

scatter

facelessuser commented 1 year ago

We did play around with Plotly. The 3D models are fast and smooth, but there doesn't seem to be a way to color them with the color space gamut. All you can do is use a color scale to color them based on an axis. If we ever figure out how to color them proper, it's something to consider. If all you care about is the color space shape though, it is pretty cool.

Screenshot 2023-04-06 at 9 48 10 PM