Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gnikoloff/text-trail-effect
using WebGL framebuffers via three.js for advanced graphical effects
https://github.com/gnikoloff/text-trail-effect
animation javascript threejs webgl
Last synced: 19 days ago
JSON representation
using WebGL framebuffers via three.js for advanced graphical effects
- Host: GitHub
- URL: https://github.com/gnikoloff/text-trail-effect
- Owner: gnikoloff
- License: mit
- Created: 2021-07-19T21:40:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-21T10:28:48.000Z (over 3 years ago)
- Last Synced: 2024-07-31T19:36:19.291Z (4 months ago)
- Topics: animation, javascript, threejs, webgl
- Language: JavaScript
- Homepage: https://tympanus.net/Tutorials/text-trail-effect/
- Size: 148 KB
- Stars: 44
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Creating Typography Motion Trail Effects with WebGL
Using WebGL framebuffers via Three.js for advanced graphical effects.
![Image Title](https://tympanus.net/codrops/wp-content/uploads/2021/07/motiontrail_feat.jpg)
[Article on Codrops](https://tympanus.net/codrops/?p=55545)
[Demo](http://tympanus.net/Tutorials/text-trail-effect/)
## Installation
Install dependencies:
```
npm install
```Compile the code for development and start a local server:
```
npm start:local
```Create the build:
```
npm run build
```## Misc
Follow Georgi: [Twitter](https://twitter.com/georgiNikoloff), [GitHub](https://github.com/gnikoloff)
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)