Skip to content

Dynamic linking all the zig-gamedev dependencies in a project #245

@tanis2000

Description

@tanis2000

Hi @michal-z I have been fiddling around with zig-gamedev and so far it really feels awesome!

I have one project where I am pulling in all the zig-gamedev libraries and including them in my build. It works fine but every time I change a single line of code in my project's code, it takes about 7 seconds to build it again (I am on an MBP M2 Max).

Is there any way to have the dependencies compiled as dynamic libraries during development and link them up instead of recompiling them all the time? Or do you feel I have something broken in my build as I guess that zig should keep everything in cache and only recompile what is really needed.

It would be great if you could help with this. Cheers!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions