Jonathan Spira
Jonathan Spira
With the change to NewType patterns in 0.11, the ability to backup OpenGl state in a way generic over webgl and native got more complicated (or rather, revealed that the...
Hello! I have a crate graph like this: [CORE] -> [SHARED] -> [THING] Core is a rust library that uses beryllium with the static linking feature on. `Shared` is a...
This is a suggestion (or perhaps someone will tell me it's already been made!). I use cursive at work making tools which have a lot of number edits (especially f32s)....
Instead of using Into f32 arrays, using Mint can be much more convenient for both this library, and for users
**Description** Using sdl2 and wgpu together like so: ``` let instance = wgpu::Instance::new(wgpu::BackendBit::PRIMARY); let surface = unsafe { instance.create_surface(&window.raw_handle()) }; ``` where `.raw_handle` returns `&sdl2::video::Window`, which implements `RawWindowHandle` via the...
## Description ## Workflow code https://github.com/NPC-Studio/yy-boss/blob/master/.github/workflows/main.yml (this is just the quickstart action without Clippy) ## Action output ``` failed to get `yy-typings` as a dependency of package `yy-boss v0.1.1 (/home/runner/work/yy-boss/yy-boss)`...
since i'm interested in using this in unit tests, it's pretty much necessary that glsl shaders can be ran in it, but that might be too complex!
Hello! This repo currently relies upon coreaudio-sys, and just lists version "0.2". My Cargo is defaulting that to "0.2.2", but "0.2.3" of coreaudio-sys has upgraded its bindgen version to the...
see: https://github.com/ocornut/imgui/issues/3740#issuecomment-920218302
Hello! I am titling this `v0.8.1`, but I expect this will actually end up describing `v0.9.0` (we love to make breaking changes around here). Here are my personal two goals...