TacticalMetaphysics / LiSE

Rules-based engine for life sims, with time travel
GNU Affero General Public License v3.0
116 stars 9 forks source link

Remove widgets within Board views #104

Closed clayote closed 1 year ago

clayote commented 1 year ago

This was the source of much of the slowness in ELiDE when the world grew large. Widgets hook into Kivy's event loop, which causes a bunch of iteration that doesn't need to happen.