(Skia) Submit project to bindbc?
Sönke Ludwig
sludwig at outerproduct.org
Mon Jun 7 13:40:12 UTC 2021
Am 04.06.2021 um 03:11 schrieb Adam D. Ruppe:
> On Friday, 4 June 2021 at 00:52:21 UTC, rikki cattermole wrote:
>> That only includes static linking (both objects and shared libraries).
>
> Well, if importc works as well as claimed, it would be trivial to do a
> dynamic load off it using the same pattern I did in simpledisplay's
> dynamic loader: reflect over the static stuff and mix in dynamic stuff
> from it.
FWIW, I've also made a little library a while ago that does this. It
probably doesn't handle all attributes correctly, but otherwise works
for any static binding: https://code.dlang.org/packages/dynamic
More information about the Digitalmars-d
mailing list