This proof-of-concept demonstrates a Babylon.js scene backed by Rapier 3D physics, showcasing a pachinko/pinball hybrid with WebGPU-first rendering.
- Vite (vanilla TypeScript template)
- Babylon.js (core)
- Rapier 3D WASM (
@dimforge/rapier3d-compat)
npm install
npm run devOpen http://localhost:5173/ and press Space to flip the paddle. Hit the bumpers to score points! Press R to reset the ball and score.