asny / three-d

2D/3D renderer - makes it simple to draw stuff across platforms (including web)
MIT License
1.24k stars 105 forks source link

Math code in math package #417

Open marstaik opened 7 months ago

marstaik commented 7 months ago

Hi, I primarily use nalgebra for mathematics code and then convert into the glam format afterwards.

However, using three_d::* creates a naming collision not just with nalgebra, but with other math libraries.

Would you consider the re-exported math code being under a three_d::math::* import, which would make back and forth code easier to use?

asny commented 6 months ago

Yeah, that's a good idea 👍