he/him
One fun result of that is I can edit the DB using existing sqlite tools and see the content update live in the game
One fun result of that is I can edit the DB using existing sqlite tools and see the content update live in the game
I've been using it to make a boardgame-inspired space trader
I've been using it to make a boardgame-inspired space trader
At first the Wasm was sloooow. The map uses 16-bit floats for elevation, but Wasm only supports 32/64-bit floats! So the compiler was emulating 16-bit floats using integer arithmetic, which unsurprisingly is way slower. I switched to 32-bit floats and now it's fast🎉 #zig #wasm #procgen
This is my first time using Zig for anything other than Playdate, and it's been surprisingly pleasant :)
This is my first time using Zig for anything other than Playdate, and it's been surprisingly pleasant :)
(Also very excited for the game itself, I loved Far and Firewatch both!)
(Also very excited for the game itself, I loved Far and Firewatch both!)
Recently I’ve been working on making a Playdate game using Zig. You fly a blimp through a cave, avoid spikes, and collect treasure
#introduction
Recently I’ve been working on making a Playdate game using Zig. You fly a blimp through a cave, avoid spikes, and collect treasure
#introduction