fragworks / frag

A cross-platform 2D|3D game framework for the Nim programming language
http://fragworks.io
MIT License
213 stars 15 forks source link

2D Particle Effects #21

Open zacharycarter opened 7 years ago

zacharycarter commented 7 years ago

We need 2d particle effects. https://github.com/bkaradzic/bgfx/blob/master/examples/32-particles/particles.cpp http://buildnewgames.com/particle-systems/

Not sure what the best way to do this is. The former is probably better for 3d particles and something like the latter for 2d.