chsxf / CiderKit

SpriteKit-based game engine, written in Swift, and provided with custom authoring tools
MIT License
6 stars 0 forks source link

UI update optimization #10

Open chsxf opened 1 year ago

chsxf commented 1 year ago

Currenly, UI updates on every frame for all controls, without any consideration for the actual need of an update. We need to optimize this behavior.