repi

Results 194 comments of repi

Probably will just wait until GitHub Actions has built-in support for this. We are actively building and running published releases of physx-rs from this repo on aarch64 Mac on our...

Commenting out the FP exception functions and running our small `ball_physx` example results in a crash so more work would be need to investigate that. ``` (lldb) thread backtrace error:...

Believe this crate is abandoned/unmaintained, so we forked it a while back to a published `nfd2` crate with a bunch of fixes, https://github.com/embarkstudios/nfd2. If the maintainer later wants to get...

Bonus points if the C interface is also WASM compatible so the core service can be compiled into a WASM module. although would likely be quite unusable due to no...

We've been interested in this at Embark also, just a simple transactional one with good perf for small but also big (up to 100 MB ish) items and minimal dependencies

Ah cool, then it sounds like it should be possible to connect the Vulkan functions directly to the functions pointers the `ash` uses in a utility/integrate similar to what we...

Ran into this as well today when looking into switching from `error-chain` to `failure` and couldn't really find in any of the documentation or tutorials of how to properly and...