Random "work in progress" shots
category: general [glöplog]
^^ This night-time/day-time offset thing is a very common example in GLSL classes, iirc. Although this is a nicer version with clouds etc.
soon!
HellMood: so cute! ^^
Been working on a tool for months; finally sat down for a couple hours and made something... Some extra post in photoshop, but fuck does it feel good :)
ferris up!!
Nice stuff all around.
Igoronimo: maybe a bit less vaseline on the lens? Otherwise cool!
WIP collage of our Outline '16 PC entry :)
Makin' music for a demo.
SHINNY BALLZ
TomoAlien: Bass+Yeah = Win
A small bit of work.
Don't worry, we were doing some color picking over there and adding some more stuff to it. This is in no way, shape or form final.
TomoAlien: looks interesting :)
Questionably coherent commentary on certain demoscene trends?
tomaes: what to be sorry about it? Looks like it needs much more of it and maybe different one, maybe supersample whole screen to get rid of those :)
Visuals itself are very soothing.
Visuals itself are very soothing.
Thanks. :) Some dude in the shadertoy comments wrote that he tried to AA it, but he needed too many samples to make it look good (32?), so it turned out slow as heck. In another shader (golden shower) I just hid the noisy parts by subduing the colors were aliasing was worst. I guess the sane way is to adjust the rendering algorithm properly.
tomaes: In an actual production you normally want some post-processing like hypnoglow anyway...and this gets rid of antialiasing as a side-effect, even with soft settings and few blur-iterations.
This shader has two additional passes for gaussian blur (Buf B+C) and one to blend them with the original image (Image-pass), in other words: HypnoGlow. (forget about Buf D, it´s not used.)
So maybe simply set up some baseCode with the additional passes and continue coding new effects in that basecode...just an idea!
Ofcourse there may be effects you don´t want any HypnoGlow on, as it would destroy the look of it, but in most cases it looks better with HypnoGlow anyway!
Maybe this shader is better readable and doesn´t do additional stuff in the HypnoGlow-Passes...
This shader has two additional passes for gaussian blur (Buf B+C) and one to blend them with the original image (Image-pass), in other words: HypnoGlow. (forget about Buf D, it´s not used.)
So maybe simply set up some baseCode with the additional passes and continue coding new effects in that basecode...just an idea!
Ofcourse there may be effects you don´t want any HypnoGlow on, as it would destroy the look of it, but in most cases it looks better with HypnoGlow anyway!
Maybe this shader is better readable and doesn´t do additional stuff in the HypnoGlow-Passes...
and not to derail, here´s some WIP: