Hennadii Chernyshchyk
Hennadii Chernyshchyk
It would be great to add an option to create a dotted line.
I suggest adding a higher level API under a feature that would automatically tile the world and generate the navigation meshes automatically from meshes or rapier colliders for entities with...
PR removes `experimental/filesystem` header file as it is no longer required after #5. The header also causes the following error on MSVC: ``` fatal error C1189: #error: The header providing...
**Is your feature request related to a problem? Please describe.** I would suggest to print less messages for the user. For example, message `Commiting...` or `Couldn't commit` with 2 other...
Marian is an efficient, free Neural Machine Translation framework written in pure C++ with minimal dependencies. Also used in Project Bergamot by Mozilla. https://marian-nmt.github.io
https://github.com/browsermt/bergamot-translator
I found it's a bit annoying to initialize tests like this: ```rust TestLogger::init(LevelFilter::Warn, Config::default()) ``` I would suggest to add function `init_default` to simplify the initialization.
Supersedes #676.
I recently added objects collision detection in my game and change `base_color` field of all object material to red when there is a collision:  But I noticed that if...