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
- Host: GitHub
- URL: https://github.com/alexrogalskiy/webgl-blur
- Owner: AlexRogalskiy
- License: mit
- Created: 2020-12-17T21:58:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-13T08:41:50.000Z (about 3 years ago)
- Last Synced: 2025-01-26T10:13:27.466Z (5 months ago)
- Language: JavaScript
- Size: 83 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).