Koveshnikov Peter

Results 6 comments of Koveshnikov Peter

I am not intend to maintain this repository. It is product of one time interest to Rust.

Hello, am at process of fixing your ears lib according Rust 1.0 standart. I already fixed all compilation errors (there was hundreds of that) and now at process of fixing...

Fixed version of ears you can find at fork https://github.com/rjdgtn/ears

Yes just the makefiles and build instructions. Or just some information about preprocessor definitions should be present on ios/android builds.

I just tried libfixmath (https://code.google.com/archive/p/libfixmath/). It's not use constexpr, so i take original box2d, slightly modify the libfixmath and switch typedefs float32 and float64 to Fix16 (and few other changes)....

libfixmath is rigidly bound to Q16.16 format. It is old style, hard writed library without any templates. Change to Q23.9 means rewriting almost the entire library.