raster.art
SEARCH
Create Account
No wallets connected. Please connect a wallet first.
Chaotic Trees V2
chaos_hunter, 2022on fxhash
Platforms
fxhash
Description

Tree forms generated by a chaotic fractal The main code is just aloop with:

X += ALPHA * (r - a + b * S(a * DELTA) + BETA), Y += GAMMA * (1 - a * b + C(a * DELTA)),