bitshifter / mathbench-rs

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

Hektor #10

Closed Lokathor closed 5 years ago

Lokathor commented 5 years ago

So this is targeting the euclid library branch like you said, not sure why it thinks commits from icefox are part of this, but i guess i forked from master and maybe they're not in that branch or something.

bitshifter commented 5 years ago

Cool, I'm on vacation until next week, will merge it in when I get back.

Lokathor commented 5 years ago

quat*vec3 is also currently missing because hektor doesn't do that yet, but I'll put it in as another PR later on, so you can merge this whenever vacation is over

bitshifter commented 5 years ago

I've merged the euclid support to master so you might need to update this PR to be against master. Hopefully that is straight forward, sorry for the inconvenience.

Lokathor commented 5 years ago

Uh, not sure how to do that even. I'll just close this for now and then make a fresh PR when I get the time