Best way to use C library
jmh530
john.michael.hall at gmail.com
Fri May 19 19:07:10 UTC 2023
On Friday, 19 May 2023 at 18:31:45 UTC, Maximilian Naderer wrote:
> Hello guys,
>
> So what’s currently the best way to use a big C library?
>
> Let’s assume something like
>
> cglm
> assimp
> glfw
>
> ImportC doesn’t really work for such huge libraries, I’ll
> investigate further. Deimos is outdated or there are no
> bindings. I know that there is a dub package for glfw which
> works fine. But how would I do something for assimp or cglm.
> The dub assimp package is quite outdated.
>
> Am I stuck with manually creating interface files either by
> hand or automation?
>
> I’m hope somebody could give me some insights. Thank you !
>
> Kind regards from Austria
> Max
If there are issues using those libraries, you should report the
bugs.
More information about the Digitalmars-d-learn
mailing list