Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bozzhik/threejs
usage example of three.js
https://github.com/bozzhik/threejs
3d-animation onscroll threeasy threejs
Last synced: 21 days ago
JSON representation
usage example of three.js
- Host: GitHub
- URL: https://github.com/bozzhik/threejs
- Owner: bozzhik
- Created: 2023-05-24T20:40:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-07T19:54:07.000Z (over 1 year ago)
- Last Synced: 2024-10-03T12:31:11.359Z (4 months ago)
- Topics: 3d-animation, onscroll, threeasy, threejs
- Language: JavaScript
- Homepage: https://three.bozzhik.ru
- Size: 483 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.MD
Awesome Lists containing this project
README
# Three.js usage example
The project to demonstrate the capabilities of the Three.js and Threeasy
### Getting Started
1. Clone the repository
```bash
git clone https://github.com/bozzhik/threejs.git
```2. Install dependencies
```bash
npm i
```3. Run server
```bash
npm run dev
```