I created this template for easily trying Babylon in various cloud IDEs (CodeSandbox, StackBlitz and Gtipod - probably also works in CodeSpaces and others).
pjoe/bjs-starter: Starter template for Babylon.js with Vite & TypeScript (github.com)
Might be good for “small” projects or “snippets” that outgrow the playground. Or as input to enhance current playground
Features included in the default sample code:
- On demand lazy loading of inspector (toggle using
Alt-I
) - Physics setup and ready to go (Havok)
- Loading of
.glb
file with AssetContainer
Lemme know what you think