greggman / twgl.js

A Tiny WebGL helper Library
http://twgljs.org
MIT License
2.61k stars 258 forks source link

need help for bloom effect with twgl #197

Closed tiye closed 2 years ago

tiye commented 2 years ago

Googled and found no existing examples. I found some useful information related to how to use framebuffers and how bloom effect is calculated, but it turned out still difficult to write a viable version for twgl

is there any example or plugin I could refer to?

also found an example based on regl https://github.com/rreusser/bloom-effect-example however it doesn't fit my current use case.