Static_dynamic - static binaries with a dynamic loaded
Ziggit
Static_dynamic - static binaries with a dynamic loaded
Hi all, want to share a project I have been working on for the last several weeks: static dynamic - the single header library to allow static binaries to get access to the dynamic loader (aka be able to dlopen dynamic libraries like gpu drivers from a static binary). Even though it is written in C, it integrates pretty well with Zig as well (there is an important caveat about std.Thread usage though, so read the README for more info). There is an example binary that loads raylib and draw things...
0 comments
No comments yet.