Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```