Jan Hohenheim
Jan Hohenheim
Is there a reason this was not done yet? The crate is definitely usable enough :)
I tried following @johanhelsing's blog post series for extreme-bevy and got some success, however after a few seconds my clients randomly disconnect after a short lag spike, while my Chromium...
[CollisionWorld](https://www.ncollide.org/rustdoc/ncollide2d/world/struct.CollisionWorld.html) currently exposes methods for the retrieval of interferences with [a ray](https://www.ncollide.org/rustdoc/ncollide2d/world/struct.CollisionWorld.html#method.interferences_with_ray), [a point](https://www.ncollide.org/rustdoc/ncollide2d/world/struct.CollisionWorld.html#method.interferences_with_point) or [an AABB](https://www.ncollide.org/rustdoc/ncollide2d/world/struct.CollisionWorld.html#method.interferences_with_aabb). For my use-case however, I need to retrieve all objects that interfere with...
Im trying to learn how to use the crate by following the [collision pipeline example](http://ncollide.org/collision_detection_pipeline/#example_1). However, the following line, as it appears in the example, seems to no longer compile:...
Needs confirmation. [Some tests](https://github.com/myelin-ai/mockiato/blob/master/tests/panic_with_no_expected_calls.rs#L12) expect the `\n` newline separator, which might fail on windows, as some output functions might use `\r\n` instead.
Especially important with #24 http://eigen.tuxfamily.org/index.php?title=Main_Page
[Document](http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines) [Repo](https://github.com/isocpp/CppCoreGuidelines) This brings following changes | Issue | Current | Guideline | Relevant section | |--------|----------------------------|------------|-------------------------------------------------------------------------------| | naming | inconsistent, leaned on C# | snake_case, namespaces singular | [NL.10](http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rl-camel)...