Hey everyone! I want remake a game I worked on (and got bored of) over a year ago. It was made in Flash and was an adventure game that made heavy use of gradients. Here is what the original Flash version looked like:
That's is a lot of gradient action! Are there any ways to make gradients work quickly like this in love?
Edit: Changed the video to a more recent one.
Love2D Gradients
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
Love2D Gradients
Last edited by DumpOnIt on Sun Oct 20, 2013 8:56 am, edited 1 time in total.
Re: Love2D Gradients
You can make gradients using shaders http://www.love2d.org/wiki/PixelEffect
Re: Love2D Gradients
On a somewhat related note, that video had me rolling balls, dude
"Bump." -CMFIend420
Re: Love2D Gradients
I don't know anything about shaders. I don't understand them to the point where they seem like magic! I'll look into that stuff, though. I just need a simple example to build off of, like a red square! The documentation at http://www.opengl.org/sdk/docs/manglsl/ is a little bit crazy!Azhukar wrote:You can make gradients using shaders http://www.love2d.org/wiki/PixelEffect
There is also a sweet snippet at http://love2d.org/wiki/Gradients, but I'm still writing the animation part of the gradient maker, so I'm not sure if it will be fast enough yet.
Haha, that's rockin'! I switched the video now. (I accidentally put the old first development video)Helvecta wrote:On a somewhat related note, that video had me rolling balls, dude
Re: Love2D Gradients
Yeah, the wiki method is way better than shaders here: It's faster and more reliable.
And to do a circular gradient, you can generate an image that look like a "ball" with imagedata:mapPixel(), then draw it where you want.
And to do a circular gradient, you can generate an image that look like a "ball" with imagedata:mapPixel(), then draw it where you want.
Re: Love2D Gradients
Not for what he wants to do. In his game he used changing gradients.Automatik wrote:Yeah, the wiki method is way better than shaders here: It's faster
Both are as reliable as you code them, the only issue may arise from ancient hardware that does not support shaders.Automatik wrote:and more reliable.
Who is online
Users browsing this forum: No registered users and 14 guests