Page 26 of 33

Re: Share a Shader!

Posted: Fri Jun 20, 2014 2:27 pm
by Zilarrezko
Tanner wrote:Love's default shaders are actually open-source! You can just look at the whole shader program yourself here: https://bitbucket.org/rude/love/src/585 ... ua#cl-1294 :)
Alright, Come get a hug. You know you want one.

This has what I need in it, thank you!

P.S. what is with that ridiculous file name in there?

Re: Share a Shader!

Posted: Fri Jun 20, 2014 2:33 pm
by Tanner
Zilarrezko wrote:P.S. what is with that ridiculous file name in there?
I assume to mean the base-64 encoded vera font. Love embeds all of its default assets like that for packaging simplicity (I assume).

Re: Share a Shader!

Posted: Thu Jul 17, 2014 12:14 am
by Zilarrezko
I'm curious to see if anyone has fiddled with a datamoshing shader. Just sayin'

Re: Share a Shader!

Posted: Mon Aug 04, 2014 9:38 pm
by RedHot
What's a datamoshing shader?

Re: Share a Shader!

Posted: Mon Aug 04, 2014 11:12 pm
by Ranguna259

Re: Share a Shader!

Posted: Fri Aug 22, 2014 7:36 am
by SuperZazu
Hey !

Here's a little "3D glasses" effect from a friend of mine :) (controls: up and down to toggle shader)
[SCREENSHOT 1] [SCREENSHOT 2]

Re: Share a Shader!

Posted: Fri Aug 22, 2014 11:46 am
by Wojak
florcaster (mod 7 like)
Something is a bit off though...

Re: Share a Shader!

Posted: Fri Aug 22, 2014 2:27 pm
by Ref
Just when I thought I was getting a handle on GLSL!
Don't have a clue as to how this shader works.
Anyone have any ideas?

Re: Share a Shader!

Posted: Tue Aug 26, 2014 1:26 pm
by Wojak
New version of the one 2 post above:
-fixed it
-added a ceiling
-added mouse look
-looking up/down
-flying up/down
controls:
w – forward
left shift – down
space – up
mouse - looking around

Re: Share a Shader!

Posted: Tue Aug 26, 2014 7:46 pm
by Jasoco
It's a neat start. And it replicates the effect from later Wolf clones perfectly. But can you make it do more than one texture on the same plane? Right now it's just tiling one texture over and over.