Im trying to figure out if there is a better way to draw a fading line then the method that I am currently using.
Currently to draw a fading line that can be moved around the screen I am using SKEmitterNodes. The SkEmitterNodes however are extremely CPU expensive. They have a birth rate of 300 to be able to maintain a thick line while being moved around the screen. Does anyone know of a better way to achieve this fading line drawing effect better?
The effect I am looking for is similar to the lines being drawn in Dark Echo. Here is a video. https://www.youtube.com/watch?v=tuOC8oTrFbM
Thanks, Chris