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