6
votes
What programming/technical projects have you been working on?
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?
Box2D v3 released the other day, so I'm working on some Zig interop.
And preferably completely separating it from libc without altering the source because it has very little std lib includes.
I've been moving my C game project into Odin language. It's been quite simple so far, even though the game is already in quite "involved" state. At this rate though I don't know if it'll be ever ready, lol.
Unfortunately due to my dayjob I don't have that much energy for it always but Odin is such a nice language and doesn't require that much brainpower to learn.