Press 'R'S0lll0s wrote:I made a little splash animation:It still needs a löve text, an interesting background and I should use a shader instead of the stencil (non-antialiased edge because of this).
New Icons
Re: New Icons
- Ranguna259
- Party member
- Posts: 911
- Joined: Tue Jun 18, 2013 10:58 pm
- Location: I'm right next to you
Re: New Icons
+1S0lll0s wrote:I made a little splash animation:It still needs a löve text, an interesting background and I should use a shader instead of the stencil (non-antialiased edge because of this).
I think that the background is good the way it is, with a plain color, the only thing that is not so good are the edges so you should try that shader fix that you said.
- zorg
- Party member
- Posts: 3465
- Joined: Thu Dec 13, 2012 2:55 pm
- Location: Absurdistan, Hungary
- Contact:
Re: New Icons
I'm pushing money into all my drive slots, but nothing's happening.ingsoc451 wrote:Press 'R'S0lll0s wrote:I made a little splash animation:It still needs a löve text, an interesting background and I should use a shader instead of the stencil (non-antialiased edge because of this).to repeatto pay respects
Me and my stuff True Neutral Aspirant. Why, yes, i do indeed enjoy sarcastically correcting others when they make the most blatant of spelling mistakes. No bullying or trolling the innocent tho.
- EntranceJew
- Prole
- Posts: 31
- Joined: Fri Apr 03, 2015 10:02 pm
- Location: Saint Petersburg, Florida
- Contact:
Re: New Icons
This is pretty good! I had to rewatch it a couple times 'cause I was amazed at how nicely everything went together.S0lll0s wrote:I made a little splash animation:It still needs a löve text, an interesting background and I should use a shader instead of the stencil (non-antialiased edge because of this).
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: New Icons
It really is silky smooth, amazing. One thing that might make it even better though: a single heartbeat after the (current) end.
Re: New Icons
I took your code and added a shader that does smooth masking and adds a little shadow like in Davidobot's wallpaper. And there is a little heartbeat. "Made with LÖVE" text is still missing.
- Attachments
-
- love-intro.love
- (8.03 KiB) Downloaded 338 times
Re: New Icons
Nice, I put it up in a repo on https://github.com/love2d-community/splashes. I'm no org admin but if whoever is one reads this, out yourself so people can contribute maybe. Also vrld you could file a PR?vrld wrote:I took your code and added a shader that does smooth masking and adds a little shadow like in Davidobot's wallpaper. And there is a little heartbeat. "Made with LÖVE" text is still missing.
EDIT: just got home, i really dig how the shadow fades in (I actually had a static one in my version? or maybe I screwed it up in the end and didn't notice) but the masking doesn't work for me, the blue-and-pink stays there outside of the bubble in the end - ill take a look at the source now.
Re: New Icons
It's does not mask, it only very subtly lights up the area outside the circle. I think it looks better that way, but if you want the background to show, change line 35 to:
Code: Select all
color = color * (1.-s) + vec4(141.,178.,210.,255.)/255. * s;
Re: New Icons
yeah I noticed, I changed it tovrld wrote:It's does not mask, it only very subtly lights up the area outside the circle. I think it looks better that way, but if you want the background to show, change line 35 to:Code: Select all
color = color * (1.-s) + vec4(141.,178.,210.,255.)/255. * s;
Code: Select all
color.a *= s;
to get the mask effect. Personally I find the lightening a bit too subtle.
Re: New Icons
The intro is fantastic. Amazing work guys.
Who is online
Users browsing this forum: Google [Bot] and 4 guests