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

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.

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).

![Image](https://tympanus.net/codrops/wp-content/uploads/2021/01/blob.jpg)

[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)