crystalthoughts

Results 36 comments of crystalthoughts

This also doesn't work for me in your test directory, also new note command doesn't work for me either. Thanks for creating this, I've not much experience but I'll have...

I'm on Windows 10. OK, disabling my extensions didn't change much, but reinstalling this one did. I can't say why that made a difference but it's working a bit better....

Would love to see compute support

Having thought about this again - is there a way to write a DX12 / webgpu compute shader pipeline and hook it into a Sokol app in some way (if...

Hello - I notice that master branch is up to date with the original fork posted here (unless github is misleading me) Is it generally possible to get live reload...

Thanks :) I'll take a look!

I'd go one further and suggest: https://github.com/jeremyong/klein I started to port it but hit a wall. If there's interest...?

I'll clean up the repo and make it public and then perhaps we can discuss it further :) I had to translate the C SIMD intrinsic routines to zig's more...

It may also be quicker to create a C interface instead of reimplementing it fully - but I was unsure about how that would affect memory allocation and lifetimes (new...