For the Jam, I've been working on a calculator. I've had some ideas for a calculator for a while since I use calcluator programs daily, but now that I've started this one, I've had other ideas that I want to experiment with. But before getting too far into those, I wanted to just get a basic calculator working and I just completed that now and wanted to share the update.
My original idea for this program was a calculator where you can pass values between different calculators and store values for later use (like save results as variables). I tend to use calculator programs daily but I also have a scratch pad near by to write down results and use them in later calculations. I wanted to be able to save results and reference them later in other calculations.
This is only my second project with Odin and my first project using microui. The render is built with raylib. I seriously considered doing this as a native Mac app, but using Odin again sounded like so much fun. So I'm rolling with that and having a blast!