Jam time
Hey everyone 👋
I hope you all had a great week!
Mine was mostly focused on client work, but I squeezed in 2 impromptu streams where I prepared myself for the Odin 7 Day Jam, which starts tonight!
Starting from Karl Zylinski’s odin-sokol-hot-reload-template, I’ve created my own template—available here.
Feel free to use or fork it! Here’s what I changed:
- moved sokol library and tools in an external folder, so they can be shared between projects
- added CI/CD actions to automatically build linux & web release, and push them to itch.io
While working on CI/CD, I realized odin lacks cross-compilation—I’d love for my Linux runners to be able to target Windows.
I’ve also created my jam project! One of the rule for the jam is:
You can use pre-made frameworks and libraries. But the gameplay code must be written during the jam.
So for now, I’ve only added event handling and sprite rendering. I don’t know what I’ll build yet, but I’ll definitely need those 🙂
Wish me luck for the jam, and see you next time!