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

https://github.com/alexrogalskiy/webgl-blur

Web-GL blur effect
https://github.com/alexrogalskiy/webgl-blur

Last synced: 3 months ago
JSON representation

Web-GL blur effect

Awesome Lists containing this project

README

        

# twgl-webpack

Building TWGL with ES6 and webpack. Super lightweight way to get a shader running on a webpage.

Including shaders as JS strings like https://github.com/spite/looper

## Build Dev

- `npm install`
- `npm start`
- Navigate to `http://localhost:3000/`

## Build Production

- `npm run build`
- Production files are created in `dist` folder

## Credits:

- [twgl](https://github.com/greggman/twgl.js/)
- [Looper](https://github.com/spite/looper)

## License

[MIT](LICENSE).