Konstantin M
Konstantin M
When I tried to use the prebuilt LLVM binaries I got errors from shared libraries. I ended up building LLVM and Binaryen from source on the Pi. This takes about...
@Thunderducky I'd like to support bun eventually, but right now their support for napi modules is not even finished (https://github.com/oven-sh/bun/issues/158) and I am encountering too many weird bugs when trying...
Oh interesting, time to have another look then.
Linking this issue so I can track it easier: https://github.com/oven-sh/bun/issues/9743
This should be fixed in the latest version.
I think that SDL3 will have OpenXR support as part of SDL_gpu. Right now this package is still using SDL2. I plan to switch to SDL3 when it becomes a...
Thanks a lot for the PR! I'll include this in the next release.
I think I could make canvas write to the window directly, eliminating some of the buffer copying. I'll keep this issue open to track that effort. There's also a chance...
@LmanTW do you think the memory leak you encountered was a bug in kmamal/gl?
1. I've made the windows use streaming textures for rendering which should be a bit faster than what was happening before. 2. I played around with `@napi-rs/canvas` and it's very...