bitshifter / mathbench-rs

Comparing performance of Rust math libraries for common 3D game and graphics tasks
Other
197 stars 16 forks source link

Include euclid #2

Closed kvark closed 5 years ago

kvark commented 5 years ago

euclid is used in Servo and WebRender, has mint integration. It would be useful for us (Mozilla graphics team) to see how it fares with other libraries. cc @nical

icefoxen commented 5 years ago

I want this too. Doesn't seem too hard to add, hopefully.

bitshifter commented 5 years ago

Sure, I'll take a look.

bitshifter commented 5 years ago

Started a branch for this https://github.com/bitshifter/mathbench-rs/tree/euclid

bitshifter commented 5 years ago

Merged to master, README has been updated with information on euclid differences and test results.