01.12.2024
Week 1: Old Code

Time: ~15 hours
I decided two days ago that I am going to try to release a project every week. I want to make games using C and release them on the web using webassembly. Today is Sunday, so I just want to figure out how to get something on the site.
An annoying issue I tried to solve was getting Sokol to create a window on my old machine that has an Intel 4000 integrated graphics card. The Sokol samples that used GLFW worked. Eventually, I just ended up using my old code that used SDL2 to draw to a canvas using WebGL2.