This project has some demo for Three.js
.
Built with Vite, in Vanilla + Typescript model.
Ensure there's Node.js(18+) installed on your personal computer.
You can use NVM switch the version conveniently:
nvm use
npm install
# You can choose your favorite package manager
yarn install
yarn dev
Visit http://localhost:5173/pages/basic/ after started the development server.
By adding the /
character at the end, browser will automatically shows the index.html
file.
You can find pages in ./src/pages
This project is licensed with MIT.