John Wells

Results 10 issues of John Wells

This feature no longer works, should be addressed

This makes it hard to do things like `Arc::try_unwrap(...)` on a `StaticSoundData`. The [guidelines](https://rust-lang.github.io/api-guidelines/debuggability.html) say all types should implement `Debug` (except for rare exceptions) but it looks like the [`ringbuf`](https://crates.io/crates/ringbuf)...

Tiny breaking change, keeping here until 0.7.0

When `[build-dependencies]` use `profiling` it can cause trouble building the target crate. If possible I'm looking for advice and updates that could be made to the documentation. ## Background Recently...

Please enjoy this commit with my compliments. Sincerely, John

👋 Hello! I saw this library on the egui discord and thought I would try it out with an idea I wanted to test. I created an editor for node...

There are lots of small changes required to support the latest version of `ash`, and this also requires updating `winit` to v0.30. The windowing changes require the `EventLoop` code to...

PR #11 did not iterate through the parsed characters, which produced inaccurate bench results. This PR: - [x] Fixes the iteration - [x] Updates `criterion` - [x] Fixes some clippy...

This is a WIP with the goal of adding new APIs for updating and building acceleration structures. Along the way some things are cleaned up a bit. Based on #75.