Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karolinasniezek/3d-sphere-three-js
3D Sphere in Three.js
https://github.com/karolinasniezek/3d-sphere-three-js
3d 3d-models css javascript three-js threejs webgl
Last synced: about 1 month ago
JSON representation
3D Sphere in Three.js
- Host: GitHub
- URL: https://github.com/karolinasniezek/3d-sphere-three-js
- Owner: karolinasniezek
- Created: 2024-07-14T22:22:09.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T08:58:08.000Z (6 months ago)
- Last Synced: 2024-10-19T01:38:41.727Z (2 months ago)
- Topics: 3d, 3d-models, css, javascript, three-js, threejs, webgl
- Language: JavaScript
- Homepage: https://dive-into-3d-sphere.netlify.app/
- Size: 964 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Super simple 3D sphere in Three.js based on tutorial.
https://dive-into-3d-sphere.netlify.app/
``` bash
# Install dependencies
npm install# Run the local server at localhost:8080
npm run dev# Build for production
npm run build
```