Product / Live and active
Every cut calculated, every sound synthesized.
Nice Slice 3D is a mobile-first 3D arcade slicing game built with Three.js, TypeScript, and Vite. Zero external binary assets: meshes, cut-face caps, PBR skin textures, and dynamic sound effects are generated completely in real time.
What it is
Instant 3D arcade action with zero downloads.
The problem
Browser arcade games usually ship heavy asset bundles and pre-rendered fake slicing — the fruit never actually splits along your swipe.
Why I built this
Most browser slicing games fake the cut. I wanted the fruit to actually split along the swipe, with nothing to download first.
The solution
A zero-asset Three.js game: real triangle-plane mesh splitting with generated cut-face caps, canvas-generated PBR skins, and live WebAudio synthesis running at 60 FPS on mobile.
StatusLive / actively developed
MediumBrowser game · WebGL
EngineThree.js + TypeScript + WebAudio