Skip to content

giaroc/organic-sphere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Three Organic Sphere

This project present an Organic Sphere made with Three.js. This work is built upon shaders-crash-course by Visionary 3D , who created and contributed to the original project.

Installation

Clone this repo and npm install.

npm i

Usage

Development server

npm start

You can view the development server at localhost:8080.

Production build

npm run build

Note: Install http-server globally to deploy a simple server.

npm i -g http-server

You can view the deploy by creating a server in dist.

cd dist && http-server

Demo

You can view a demo by clicking here.

License

This project is open source and available under the MIT License.

About

Three.js example of an Organic Sphere

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published