JonathanBraverDev / game-of-life

An over-engineered implementation of one of the simplest projects imaginable
0 stars 0 forks source link

Outline accuracy improvement #6

Open JonathanBraverDev opened 2 years ago

JonathanBraverDev commented 2 years ago

Currently the outlines overwrite living cells, encase multiple smaller lifeforms and may be wildly off in non-square lifeform tracing.

JonathanBraverDev commented 2 years ago

I have an idea for a massively more accurate tracer for the shapes, it will require some major changes and possibly post processing of some sort. It will most likely be a separate setting as it obviously prioritizing quality over execution speed.