Compile the library as a Dynamic Library (.so, .dll, .dylib)
Turupawn opened this issue · 0 comments
Turupawn commented
Currently, we just provide the source code to be compiled by the game devs. Instead, we should provide a dynamic library so it's easier to use.
- .so on linux
- .dll and .lib on windows
- .dylib on mac os