kvark/mint

Colors support?

lo48576 opened this issue · 2 comments

Is colors out of scope, or can be supported?

I'm writing 3D model loader and want to return color data, but I think neither Point{3,4} nor Vector{3,4} is appropriate.
I'm happy if mint supports color types, because color is very important for computer graphics (and gamedev).
However, I'm not sure they are "mathematical" type...

I think this is out of scope, but you might be interested in the rgb crate.

Thank you, I'll use it 😄