Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

using WebGL framebuffers via three.js for advanced graphical effects

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)