A collection of JIT C .jc demos running instantly with Wake
no build system, no waiting, just code → run.
All examples are adapted from the official Sokol samples (zlib/libpng license)
and converted to Wake’s live runtime environment with memory bound checking,
hot reload, and debug UI support.
Simply open the sample folder in your favorite editor (preconfigured in
.vscode/)
Get Started
Multi-Editor Support
- ✅ VS Code support with proper include paths and C99 settings
- ✅ IntelliSense auto-completion and diagnostics
- ✅ clangd support for fast navigation and lint checks
- ✅ Notepad++, with goto line on errors
> Get Wake Runtime
> Run a Sample
# Double click on .jc # --- or --- # From the sample folder wake clear-sapp.jc wake cube-sapp.jc wake imgui-sapp.jc