threejs-lite

Build lightweight mobile-friendly 3D browser games with Three.js

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "threejs-lite" with this command: npx skills add farworld-labs/remix-skills/farworld-labs-remix-skills-threejs-lite

Three.js Lite

Use this skill when a user wants a 3D browser game with minimal rendering complexity and stable mobile performance.

Workflow

  1. Start from assets/starter-single-file.html.
  2. Implement one camera, one scene, one gameplay loop.
  3. Add player input and terminal condition before adding visual polish.
  4. Keep geometry/material count small and predictable.
  5. If targeting Remix, apply hooks in references/sdk-integration.md.
  6. Validate required hooks (gameOver, onPlayAgain, onToggleMute) before handoff.

Guardrails

  • Keep draw calls low and avoid postprocessing by default.
  • Prefer simple MeshBasicMaterial/MeshStandardMaterial setups.
  • Avoid dynamic shadows on first pass.
  • For Remix uploads, output single-file HTML with inline JS/CSS unless user asks otherwise.
  • For Remix uploads, include <script src="https://cdn.jsdelivr.net/npm/@remix-gg/sdk@latest/dist/index.min.js"></script> in HTML <head>.
  • Treat 3D as optional style; gameplay clarity is higher priority than visual complexity.

References

  • references/threejs-mobile-patterns.md for scene setup, controls, and perf budgets.
  • references/sdk-integration.md for SDK hooks required by Remix validation.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

remix-agent-publish

No summary provided by upstream source.

Repository SourceNeeds Review
General

remix-api-key-auth

No summary provided by upstream source.

Repository SourceNeeds Review
General

remix-rest-snippets

No summary provided by upstream source.

Repository SourceNeeds Review
General

remix-add-sprite

No summary provided by upstream source.

Repository SourceNeeds Review