kvark / mint

Math Interoperability Types
MIT License
252 stars 20 forks source link

Colors support? #39

Closed lo48576 closed 5 years ago

lo48576 commented 5 years ago

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...

Ralith commented 5 years ago

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

lo48576 commented 5 years ago

Thank you, I'll use it :smile: