Nick Klingensmith

Results 217 comments of Nick Klingensmith

I did do a brief experiment with MUSL a while ago! This was around when I was noodling with Zig as the compiler for SK's native code, which I believe...

Related to this, StereoKit uses a certain version of glibc that seems mostly based on which OS SK is _built with_. When older versions of Linux try to run SK,...

It does sound like downsampling from 48k to 16k probably requires at least a low pass filter or something for it to sound right/good? So native 16 would indeed probably...

Thanks for this report! Definitely seems like an important use-case. I did dig into it some today, I was toying with this bit of code in `SK.Run`: ```csharp try {...

Oh, yeah, GL doesn't handle threading well at all! `Tex.SetColors` should be okay though? I do have threaded tests for that. `Material.Copy` may currently be problematic though, I haven't reviewed...

StereoKit will exit when OpenXR says it's shutting down, there shouldn't be a way for SK to remain active when OpenXR is done. If SK shuts down from something like...

Ah, I see! Multiple consecutive runs are still on shaky ground with SK. This wasn't something I was thinking about early on, so there's a couple patterns in the code...

I tried to repro this bug, but couldn't. Here's what I did: 1. Downloaded latest Blender. 2. Export default scene to gltf with default settings. 3. Tested with the following...

Oh wow, that's an interesting one! With two instances of the same app, I would not expect them to be sharing anything. So I think that would be pretty unlikely....

I'm not too familiar with ISAC itself, unfortunately, that one was a contribution from someone else. I could imagine it might need to be shut down entirely? That doesn't sound...