TacticalMetaphysics / LiSE

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

Optimize the frontend #65

Closed clayote closed 4 years ago

clayote commented 4 years ago

This moves some stuff out of the Kivy language and makes it use Numpy to calculate arrow geometry on startup. The emphasis was on reducing startup time.

clayote commented 4 years ago

Optimize!