Cameron Hart

Results 21 issues of Cameron Hart

Replaced everything except for boost::chrono and boost::math. Will look at math next. Fixes #47.

enhancement
build

``` test/faster_than_clock.c++:22: FAILED: due to unexpected exception with message: could not measure benchmark, maybe it was optimized away ``` This test is failing for me when compiled with msvc2015 and...

bug
measurement

Fixes #74. Initially I just changed `execution_plan` but I've changed the rest for good measure. Unfortunately adding default member initializers means constructors need to be added and called from the...

Need to bump this to get the msvc fixes

### Discussed in https://github.com/bitshifter/glam-rs/discussions/323 Originally posted by **Demiu** August 15, 2022 Hello, while working with 2D/3D transformation using matrices I felt a certain transformation was missing. There is no ergonomic...

There was a Travis CI build but it needs to be migrated to GitHub Actions.

help wanted

### Discussed in https://github.com/bitshifter/glam-rs/discussions/358 Originally posted by **dataphract** October 31, 2022 In collision detection, it's often useful to perform computations in the local space of one of the involved objects....

I discovered when trying to call ImGui from Rust that Rust strings are not null terminated and thus using there are some hurdles to jump through to produce a null...

enhancement
language bindings