Daniel Cassidy

Results 33 issues of Daniel Cassidy

[It is not safe to run pinst in the prepack script](https://gist.github.com/djcsdy/3ca078e23fdac4c50e077c84e8284a95). See also #24, #23, #22. It seems like a bad idea to keep the broken `prepack` script in the...

This is a rough proposal for how to safely implement functions that currently require `experimental-threads`. It's not completely fleshed out but I wanted to see if there's any interest before...

feature
c: engine
breaking-change
c: threads

`IAudioStreamPlayback::mix` is marked `unsafe` because it takes a raw pointer: ```rust unsafe fn mix(&mut self, buffer: * mut AudioFrame, rate_scale: f32, frames: i32,) -> i32; ``` The first thing I...

quality-of-life
c: ffi
c: engine
breaking-change