Interrupt / delve-framework

Delve is a framework for writing Games in Zig and Lua. For those who value being cross platform and keeping things simple.
MIT License
203 stars 11 forks source link

Update to Zig 0.13.0 #19

Closed photex closed 4 months ago

photex commented 5 months ago
photex commented 5 months ago

I hadn't checked the web build initially, but have now corrected things so that web builds do indeed run again.

Interrupt commented 4 months ago

Thanks! I was just looking at doing this. I'll test this out and hopefully get it merged in soon.

photex commented 4 months ago

Awesome! I realize you probably aren’t on the lookout for contributors dropping stuff like this but perhaps selfishly I just did it to understand the differences myself and figured I should share the results.

Interrupt commented 4 months ago

No way, I love PRs, thanks for contributing! I would much rather be adding functionality instead of mucking with build systems 😄

Checked out those changes and it looks like audio isn't working for Emscripten builds yet, opened a PR for your PR: https://github.com/photex/delve-framework/pull/1

photex commented 4 months ago

Ok, PR merged! :raised_hands: