This starter kit is to get you up and running with a cross platform sokol application.
It uses c99, sokol, glm.
./build.sh native
for Mac (Metal), Linux (OpenGL)./build.sh wasm
for the browser (WebGPU)
This will fetch sokol-shdc
for your platform, compile the shader for your
backend, build the app and run it.