https://github.com/codrops/webglblobs
Demos for the tutorial on how to deform and color spheres in Three.js.
https://github.com/codrops/webglblobs
sphere threejs
Last synced: 10 months ago
JSON representation
Demos for the tutorial on how to deform and color spheres in Three.js.
- Host: GitHub
- URL: https://github.com/codrops/webglblobs
- Owner: codrops
- License: mit
- Created: 2020-12-14T16:18:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-25T16:17:24.000Z (over 5 years ago)
- Last Synced: 2025-07-06T11:48:06.870Z (12 months ago)
- Topics: sphere, threejs
- Language: HTML
- Homepage: https://tympanus.net/codrops/?p=52932
- Size: 885 KB
- Stars: 85
- Watchers: 4
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blobs with Three.js
Demos for the tutorial on how to deform and color spheres in Three.js. By [Mario Carrillo](https://twitter.com/marioecg).

[Article on Codrops](https://tympanus.net/codrops/?p=52932)
[Demo](http://tympanus.net/Tutorials/WebGLBlobs/)
## Installation
Install dependencies:
```
npm install
```
Compile the code for development and start a local server:
```
npm start
```
Create the build:
```
npm run build
```
## Misc
Follow Codrops: [Twitter](http://www.twitter.com/codrops), [Facebook](http://www.facebook.com/codrops), [GitHub](https://github.com/codrops), [Instagram](https://www.instagram.com/codropsss/)
## License
[MIT](LICENSE)
Made with :blue_heart: by [Codrops](http://www.codrops.com)