Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/devloop01/twisting-mesh

Recreating an animation by Mat Voyce using Three.js and Three BMF Text
https://github.com/devloop01/twisting-mesh

animation threejs twist

Last synced: 7 days ago
JSON representation

Recreating an animation by Mat Voyce using Three.js and Three BMF Text

Awesome Lists containing this project

README

        

# Mesh Twisting Animation

Animation inspired by **[Mat Voyce](https://www.instagram.com/p/CC34wWEB0sC/)**

### Live Demo: [here](https://devloop01.github.io/twisting-mesh/)

![Image](https://i.imgur.com/DzIjSQ4.png)

# Installation

Install all the required dependencies:

```
npm install
```

Run the Project:

```
npm start
```

Build the project:

```
npm run prod
```

# Credits

- [Codrops article on Kinetic Typography](https://tympanus.net/codrops/2020/06/02/kinetic-typography-with-three-js/)
- [Github Repo by Mario Carrillo](https://github.com/marioecg/codrops-kinetic-typo)