AlemSnyder / Fun-Game

I am just practicing c++. Feal free to enjoy.
GNU General Public License v2.0
1 stars 0 forks source link

Grow grass remake #27

Closed AlemSnyder closed 1 year ago

AlemSnyder commented 1 year ago

Changes the grass gradient function to run semi-recursively. This significantly increases speed, so much so that the original function was removed. Should be about 14 times faster.

It is possible to multi-process by height, but at this point I don't think it's worth it.

egelja commented 1 year ago

Can you just run the formatter once more?

See the readme for directions.