Fire Particle!

General discussion about LÖVE, Lua, game development, puns, and unicorns.
Post Reply
Shadowist
Prole
Posts: 2
Joined: Fri May 29, 2015 5:49 pm
Location: Los Angeles, CA
Contact:

Fire Particle!

Post by Shadowist »

Hey everyone! New here =]

I was playing around with LOVE while traveling and didn't really see much regarding flipbook/texture animation particles. So I built the attached! I'm also new to Lua and wasn't quite sure how to make my flipbook class modular. (if class is a proper term for it).

If you guys have any suggestions or resources I should look at, let me know! I specialize in FX and Tech Art in my actual work. Mostly playing with LOVE on my free time as a hobby!
Attachments
FireParticle.love
Fire Particle using sprite sheet!
(2.29 MiB) Downloaded 386 times
User avatar
MicroMacro
Citizen
Posts: 92
Joined: Fri May 30, 2014 2:30 am
Location: Boston, MA, USA
Contact:

Re: Fire Particle!

Post by MicroMacro »

Hey there, and welcome to the forums!

Your animation looks very nice. Keep up the good work!
https://github.com/ebernerd- where you can find all my work.
User avatar
ivan
Party member
Posts: 1911
Joined: Fri Mar 07, 2008 1:39 pm
Contact:

Re: Fire Particle!

Post by ivan »

Hi and welcome to the forums.
Throw in some additive blending for an ultimate effect:

Code: Select all

function love.draw(dt)
    love.graphics.setBlendMode("additive")
    love.graphics.draw(particleSystem, love.graphics.getWidth()/2, love.graphics.getHeight()/2, 0, 0.25, 0.25)
end
Shadowist
Prole
Posts: 2
Joined: Fri May 29, 2015 5:49 pm
Location: Los Angeles, CA
Contact:

Re: Fire Particle!

Post by Shadowist »

So THAT'S where blend modes are hiding. And here I thought I was going to have to write up a shader. Awesome! Do you guys think it would be beneficial to the community if I wrote some particle effects oriented tutorials as I figure out things?
User avatar
unek
Citizen
Posts: 86
Joined: Fri Oct 12, 2012 8:43 pm
Location: Poland
Contact:

Re: Fire Particle!

Post by unek »

Shadowist wrote:So THAT'S where blend modes are hiding. And here I thought I was going to have to write up a shader. Awesome! Do you guys think it would be beneficial to the community if I wrote some particle effects oriented tutorials as I figure out things?
of course!
DRAW DRAW - online painting app CLICK NUMBERS - cool game with numbers THEME LOVEFRAMES - a collection of my themes HOST FOR FREE - free hosting for online LOVE games STALK PEOPLE - a map of LOVE users
User avatar
I~=Spam
Party member
Posts: 206
Joined: Fri Dec 14, 2012 11:59 pm

Re: Fire Particle!

Post by I~=Spam »

That would be awesome! ;)
My Tox ID: 0F1FB9170B94694A90FBCF6C4DDBDB9F58A9E4CDD0B4267E50BF9CDD62A0F947E376C5482610
User avatar
Garmelon
Prole
Posts: 19
Joined: Tue Jun 02, 2015 5:25 pm

Re: Fire Particle!

Post by Garmelon »

Some pixelating using a canvas and you get this effect :D
Please make more of this kind of stuff :P
Attachments
PixelatedFireParticle.love
(2.29 MiB) Downloaded 238 times
Post Reply

Who is online

Users browsing this forum: No registered users and 242 guests