Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zacharybear/learn-three
Demos in learning `three.js`
https://github.com/zacharybear/learn-three
demos frontend threejs vite
Last synced: about 1 month ago
JSON representation
Demos in learning `three.js`
- Host: GitHub
- URL: https://github.com/zacharybear/learn-three
- Owner: ZacharyBear
- License: mit
- Created: 2024-07-31T02:54:00.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T09:55:10.000Z (5 months ago)
- Last Synced: 2024-11-15T09:49:40.994Z (3 months ago)
- Topics: demos, frontend, threejs, vite
- Language: TypeScript
- Homepage: https://three.zenkie.cn/
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learn Three.js
This project has some demo for `Three.js`.Built with Vite, in Vanilla + Typescript model.
# Getting Start
## Prepare Node.js Environment
Ensure there's Node.js(18+) installed on your personal computer.You can use NVM switch the version conveniently:
```sh
nvm use
```
## Install dependencies
```sh
npm install# You can choose your favorite package manager
yarn install
```## Start development server
```sh
yarn dev
```## Visit pages in your browser
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`
# License
This project is licensed with [MIT](LICENSE).