VictorGonzalez Posted February 18, 2022 Share Posted February 18, 2022 Guys, good morning. I need to deliver a challenge in Pixi.js. The project is to make fireworks. can anybody help me? Greetings from Brazil. Thank you so much. Quote Link to comment Share on other sites More sharing options...
Exca Posted February 18, 2022 Share Posted February 18, 2022 Easiest way to make fireworks is to use a combination of sprites, ropes & particles. Animate a sprite with rope as trail upwards and then when it explodes animate particles at the point of explosion. Or if you want to have a harder method that uses a lot more gpu but looks really great you could use a shader to generate the effect (not my shader, but basically it works by calculating a 2d distance function for each pixel) : https://www.shadertoy.com/view/lscGRl Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.