Results 46 comments of dudez

With `python3.7` (ie. latest kali linux) you may need to use `aiohttp==2.3.8` instead of `1.1.5`

Sorry but currently there is no way to install it via `pip`: i'm struggling to find some time to work it out, but in the meantime you may clone the...

Hi, yes unfortunately i've never been able to put some time into this and port it to python3.

Mmm.. do you have an ATI card? I had similar problems in the past with an ATI-based GPU for some tricky casts..

Ah! Please try change the line to read: ``` gl_FragColor = vec4(max(0.0, avg + u_bias)) * 50.0; ``` This one i missed when i reviewed the code..

NP, thanks for reporting! Please leave open this issue so that i remember about it :)

Mmm something should be visible, have you tried to tweak some values such as the bias or the combine pass intensities? I had to tweak some to really see the...

@langurmonkey Please take a look at this line: https://github.com/manuelbua/libgdx-contribs/blob/master/postprocessing/src/main/resources/shaders/lensflare2.fragment#L65 Are you sure the `v_texCoords` has to be used instead of the transformed one `texcoord`?

@langurmonkey no problem, nice work indeed, i'll fix it soon, hopefully :) @AlexejNowikoff is the lib's gaussian blur not working for you? There is a full set of convolve filters...

Damn it, is it happening again? I was sure to have fixed by [this](https://github.com/manuelbua/libgdx-contribs/commit/4c0dde620df2dea4e7c604c37715faae74268295), should look into it but i've barely the time to check my account lately..