Elektrine lite

← Feed

@SonnyBonds@mastodon.gamedev.place

Post #1215527

2026-03-07 09:18 UTC

I've tried using lib.installHeader(...) which maybe works, but I can't figure out how to find/use it in the consuming project.

Replies (2)

  • @photex@icosahedron.website 2026-03-07 09:22

    @SonnyBonds this is what I bounced off of with Zig. Lots of cool things “in flight” still and I need to wait until the dust settles on things like this.

    Open ##1215529

  • @hauro@chaos.social 2026-03-07 09:41

    @SonnyBonds I think (but am far from being an expert) that the way to include from another project is always via modules, and using installHeader should be the way to go. The documentation is lacking a bit, unfortunately. I mostly use https://github.com/allyourcodebase for reference and examples. The most current info I know is https://youtu.be/jy7w_7JZYyw. Is your code available somewhere?

    Open ##1215531