plattysoft / Leonids

A Particle System for standard Android UI: http://plattysoft.github.io/Leonids/
Apache License 2.0
2.28k stars 398 forks source link

How to create effect fireworks for set wallpaper using Leonids library? #87

Open truongnv1292 opened 6 years ago

truongnv1292 commented 6 years ago

Hi everybody! How to create effect fireworks for set wallpaper using Leonids library?

I was trying to do it, but I could not do it. Thanks for all the answers from you guys!

plattysoft commented 6 years ago

I'm not sure this library is the best fit for creating a live wallpaper. The goal of the library is to use particle systems on standard Android views. As a result of that, the rendering is not really optimized, it is meant to be used sparsely. I suggest you to use a proper OpenGL engine to make a live wallpaper, AndEngine has some examples about that.