TodePond / CellPond

surreal cellular automata
https://cellpond.cool
MIT License
279 stars 35 forks source link

Rules don't rotate properly in 3-Way split cells #353

Closed Paalui closed 2 weeks ago

Paalui commented 3 weeks ago

Some rules don't rotate properly if they are applied across 3x3 split cells.

The horizontal rule here does only rotate once to the right and the diagonal only gets applied in the normal way. image image

other rules do work better: image

also to the top / left its different:

also also the top / left works differently if the squares get filled in procedurally and not with the brush like i did above

here is the file to try it out: bug1.json

Paalui commented 2 weeks ago

got it to work when i scaled the grid up by 3 because when it splits in 3 it wont get rounded. But don't think it can be fixed by scaling it up because you would need to scale it up by all the numbers so it has all the factors in it.