threejs-lite
Installation
SKILL.md
Three.js Lite
Use this skill when a user wants a 3D browser game with minimal rendering complexity and stable mobile performance.
Workflow
- Start from
assets/starter-single-file.html. - Implement one camera, one scene, one gameplay loop.
- Add player input and terminal condition before adding visual polish.
- Keep geometry/material count small and predictable.
- If targeting Remix/Farcade, apply hooks in
references/remix-farcade-integration.md. - Validate required hooks (
gameOver,onPlayAgain,onToggleMute) before handoff.