Skip to content

adamrt/sokol-c-starterkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter Kit for Experiments

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.