Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 550 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 550 Bytes

Threejs vite starter

This is a starter template for threejs with vite based on Bruno Simon's starter.

Usage

npm install
npm run dev

Stack

Features

  • Scene management : You can add multiple scenes and switch between them by adding ?scene=scene-name to the url
  • Debug mode : You can enable debug mode by adding #debug to the url