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: 11 months ago
JSON representation
Recreating an animation by Mat Voyce using Three.js and Three BMF Text
- Host: GitHub
- URL: https://github.com/devloop01/twisting-mesh
- Owner: devloop01
- Created: 2020-08-10T16:28:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T19:33:35.000Z (over 5 years ago)
- Last Synced: 2023-03-08T18:48:44.355Z (almost 3 years ago)
- Topics: animation, threejs, twist
- Language: JavaScript
- Homepage: https://devloop01.github.io/twisting-mesh/
- Size: 375 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)

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