Re: Jolt Physics Wrapper
- Posted by Icy_Viking Jun 26, 2023
- 739 views
mitgedanken said...
Icy_Viking said...
[...] As I couldn't figure out how to make the Zig C port into a DLL. [...]
I'm not sure I understood you correctly.
What do you mean by "As I couldn't figure out how [...]"?
There is a manual that tells you how to do it.
- https://ziglang.org/documentation/0.10.1/
- Building a Library
- zig build-lib file.zig -dynamic
I tried that after installing Zig and still couldn't get it to work. Apparently there's a bug with it, currently.