The application behind the live demo, without an abbreviated sample layer.

Start at the entry point, then follow initialization, input, and fixed-step behavior into the application implementation.

C++ main.cc
demos/janus/main.cc
Loading source…

Why show the whole thing?

The application API should remain understandable when nothing is omitted.

The source browser copies these files directly from the demo directory when the site bundle is assembled. The displayed application and the WebAssembly build therefore move together instead of becoming separate hand-maintained examples.