An open API service indexing awesome lists of open source software.

https://github.com/turborium/cheerfulwormseffect

CheerfulWormsEffect
https://github.com/turborium/cheerfulwormseffect

delphi gdd-methodology graphics-programming lazarus objectpascal organic-code pascal pixels software-rendering

Last synced: about 2 months ago
JSON representation

CheerfulWormsEffect

Awesome Lists containing this project

README

        

# CheerfulWormsEffect
Compiler(Pascal): https://www.lazarus-ide.org/
![scr](scr.gif)

Try another:
```
ParticleCount = 34;

ParticleStepCount = 70+90;
ParticleScale = 16;
ParticleIterationCount = 120;
ParticleGlowSize = 3;
ParticleSwapDirectionRarity = 20;
BlurIterationCount = 2400;

ParticleRValue = 8;
ParticleGValue = 5;
ParticleBValue = 3;

FadeRValue = 2;
FadeGValue = 4;
FadeBValue = 6;

ParticleGlowRValue = 2;
ParticleGlowGValue = 1;
ParticleGlowBValue = 6;
```