Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 487 Bytes

File metadata and controls

17 lines (12 loc) · 487 Bytes

Pachinball PoC

This proof-of-concept demonstrates a Babylon.js scene backed by Rapier 3D physics, showcasing a pachinko/pinball hybrid with WebGPU-first rendering.

Stack

  • Vite (vanilla TypeScript template)
  • Babylon.js (core)
  • Rapier 3D WASM (@dimforge/rapier3d-compat)

Getting Started

npm install
npm run dev

Open http://localhost:5173/ and press Space to flip the paddle. Hit the bumpers to score points! Press R to reset the ball and score.