New Icons

General discussion about LÖVE, Lua, game development, puns, and unicorns.
monolifed
Party member
Posts: 188
Joined: Sat Feb 06, 2016 9:42 pm

Re: New Icons

Post by monolifed »

S0lll0s wrote:I made a little splash animation:
intro.love
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).
Press 'R' to repeat to pay respects
User avatar
Ranguna259
Party member
Posts: 911
Joined: Tue Jun 18, 2013 10:58 pm
Location: I'm right next to you

Re: New Icons

Post by Ranguna259 »

S0lll0s wrote:I made a little splash animation:
intro.love
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).
+1
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.
LoveDebug- A library that will help you debug your game with an on-screen fully interactive lua console, you can even do code hotswapping :D

Check out my twitter.
User avatar
zorg
Party member
Posts: 3436
Joined: Thu Dec 13, 2012 2:55 pm
Location: Absurdistan, Hungary
Contact:

Re: New Icons

Post by zorg »

ingsoc451 wrote:
S0lll0s wrote:I made a little splash animation:
intro.love
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).
Press 'R' to repeat to pay respects
I'm pushing money into all my drive slots, but nothing's happening. :( :3
Me and my stuff :3True 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.
User avatar
EntranceJew
Prole
Posts: 31
Joined: Fri Apr 03, 2015 10:02 pm
Location: Saint Petersburg, Florida
Contact:

Re: New Icons

Post by EntranceJew »

S0lll0s wrote:I made a little splash animation:
intro.love
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).
This is pretty good! I had to rewatch it a couple times 'cause I was amazed at how nicely everything went together.
sandsmas: A LÖVE Editor
My Libraries: Imgur, Palettes, Music Macros, Timer, Hooks
User avatar
bartbes
Sex machine
Posts: 4946
Joined: Fri Aug 29, 2008 10:35 am
Location: The Netherlands
Contact:

Re: New Icons

Post by bartbes »

It really is silky smooth, amazing. One thing that might make it even better though: a single heartbeat after the (current) end.
User avatar
vrld
Party member
Posts: 917
Joined: Sun Apr 04, 2010 9:14 pm
Location: Germany
Contact:

Re: New Icons

Post by vrld »

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 281 times
I have come here to chew bubblegum and kick ass... and I'm all out of bubblegum.

hump | HC | SUIT | moonshine
User avatar
s-ol
Party member
Posts: 1077
Joined: Mon Sep 15, 2014 7:41 pm
Location: Cologne, Germany
Contact:

Re: New Icons

Post by s-ol »

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.
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?

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.

s-ol.nu /blog  -  p.s-ol.be /st8.lua  -  g.s-ol.be /gtglg /curcur

Code: Select all

print( type(love) )
if false then
  baby:hurt(me)
end
User avatar
vrld
Party member
Posts: 917
Joined: Sun Apr 04, 2010 9:14 pm
Location: Germany
Contact:

Re: New Icons

Post by vrld »

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;
I have come here to chew bubblegum and kick ass... and I'm all out of bubblegum.

hump | HC | SUIT | moonshine
User avatar
s-ol
Party member
Posts: 1077
Joined: Mon Sep 15, 2014 7:41 pm
Location: Cologne, Germany
Contact:

Re: New Icons

Post by s-ol »

vrld 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;
yeah I noticed, I changed it to

Code: Select all

color.a *= s;
instead of color = desat(color);
to get the mask effect. Personally I find the lightening a bit too subtle.

s-ol.nu /blog  -  p.s-ol.be /st8.lua  -  g.s-ol.be /gtglg /curcur

Code: Select all

print( type(love) )
if false then
  baby:hurt(me)
end
User avatar
tuupakku
Prole
Posts: 21
Joined: Fri Feb 12, 2016 12:12 pm

Re: New Icons

Post by tuupakku »

The intro is fantastic. Amazing work guys.
Post Reply

Who is online

Users browsing this forum: No registered users and 51 guests