Creating New Effects - AlbertGBarber/PixelSpork GitHub Wiki

More Detailed Page Coming Soon (when I have time!)

For now, if you want to create an effect, make sure you first understand segment sets, and the segment drawing functions (see wiki pages). Then I suggest you spend some time looking over the code for various effects, ranging from simple (RainbowCycle, CrossFadeCycle) to more complex (Streamer, Twinkle2, Particles, Pacifica, etc).

Start any new effects by copying the "EmptyEffectPS" .h and .cpp files, using them as a starting point.