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
- Host: GitHub
- URL: https://github.com/turborium/cheerfulwormseffect
- Owner: turborium
- License: mit
- Created: 2024-11-14T00:57:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T01:20:45.000Z (6 months ago)
- Last Synced: 2025-02-03T13:44:41.146Z (4 months ago)
- Topics: delphi, gdd-methodology, graphics-programming, lazarus, objectpascal, organic-code, pascal, pixels, software-rendering
- Language: Pascal
- Homepage:
- Size: 9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CheerfulWormsEffect
Compiler(Pascal): https://www.lazarus-ide.org/
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;
```