-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added new effect usermod - Diffusion Fire #4473
base: main
Are you sure you want to change the base?
Conversation
thanks for contributing! |
The particle system seems to be a bit heavy. Is it even possible to compile it on 4MB ESP32? My effect is just a simple usermod, so I think it's independent/complementary to the particle system. |
Okay, I managed to compile and flash the particle system branch and I think that my fire effect is different enough to warrant a merge, especially when it's a usermod, so conditionally compiled. |
The reason I did not yet approve this is the following: |
Okay, I renamed to |
thanks!
|
- use hw_random8 instead of random8 - changed diffusion calculation to fixed point math - adjusted general code formatting
Done. |
Usermod adding new fire effect. Has more parameters than other fire effects and can be widely adjusted/tweaked to look good even on small matrices.