Jason Jarvis
Jason Jarvis
The latest global tool (ClangSharpPInvokeGenerator v 13.0) installs fine, however when I run from the command line it cannot find libClang. Is there an extra installation of LLVM that needs...
This simplifies usage within host applications, as you can now cache(store) the Function instances, etc within host data structures easily. There was a previous implementation similar to this, but was...
# PR Details This is a WIP with the goal to build all Native modules with Zig CC via this nice Nuget package: https://github.com/vezel-dev/zig-toolsets The Zig toolchain wraps a modern...
This brings over the dynamic query changes from a hard fork of hecs: https://github.com/feather-rs/feather-hecs This allows us to build and query components dynamically at runtime.
Modifies ImageLoader's load function to use background threads for the image decoding work. This avoids blocking the main thread that is especially noticeable when loading many images at once. This...