dots-roguelike icon indicating copy to clipboard operation
dots-roguelike copied to clipboard

Particle Effects

Open sarkahn opened this issue 4 years ago • 1 comments

I want to be able to author fancy "particle" effects in the editor that can be used in the terminal. My initial idea is to use Unity's particle system as a reference - we can create an authoring component for each "submodule" we want which can be attached to the primary emitter entity, IE: Shape, Speed, Collision, Lifetime, etc. Each component will map a dynamic buffer of that data that lives on the emitter entity, and systems can query for and operate on each buffer as needed.

sarkahn avatar Jan 19 '21 15:01 sarkahn

https://www.gridsagegames.com/blog/2014/04/making-particles/ https://www.gridsagegames.com/blog/2014/04/ascii-particle-effects/ https://www.gridsagegames.com/blog/2014/03/particle-effects/

ptrefall avatar Jan 20 '21 07:01 ptrefall