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!
Fire Particle!
Fire Particle!
- Attachments
-
- FireParticle.love
- Fire Particle using sprite sheet!
- (2.29 MiB) Downloaded 442 times
- MicroMacro
- Citizen
- Posts: 92
- Joined: Fri May 30, 2014 2:30 am
- Location: Boston, MA, USA
- Contact:
Re: Fire Particle!
Hey there, and welcome to the forums!
Your animation looks very nice. Keep up the good work!
Your animation looks very nice. Keep up the good work!
https://github.com/ebernerd- where you can find all my work.
Re: Fire Particle!
Hi and welcome to the forums.
Throw in some additive blending for an ultimate effect:
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
Re: Fire Particle!
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?
Re: Fire Particle!
of course!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?
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
Re: Fire Particle!
That would be awesome!
My Tox ID: 0F1FB9170B94694A90FBCF6C4DDBDB9F58A9E4CDD0B4267E50BF9CDD62A0F947E376C5482610
Re: Fire Particle!
Some pixelating using a canvas and you get this effect
Please make more of this kind of stuff
Please make more of this kind of stuff
- Attachments
-
- PixelatedFireParticle.love
- (2.29 MiB) Downloaded 263 times
Who is online
Users browsing this forum: No registered users and 1 guest