Is there any way to make game fx in playcanvas?

I tried to make some visual effects on my game, like the built-in particle system. But the result is not good enough.
Is there any way to make great game fx in playcanvas?

like these video links:
https://www.youtube.com/watch?v=daO6ap8rJO4
https://www.youtube.com/watch?v=2uQ3-mWm1fw
https://www.youtube.com/watch?v=gebVj1c5jmU

No need great as them, just similar to them is okay.

Thanks for any suggestions.

The particle system isn’t as advanced as other engines but I would say it’s possible to get similar effects.

You may have to layer multiple particle effects, use models, animated textures, animated particles, custom shaders and/or a combination of all the above to get the effect you want though.

Examples of layering multiple effects on top of each other can be found here: https://developer.playcanvas.com/en/tutorials/explosion-particle-effect/

We also use a few visual effects here: https://www.miniclip.com/games/virtual-voodoo/en/

Thank you for your help!