shenef / SoS-TAS

Sea of Stars TAS
3 stars 0 forks source link

move to handles for memory access #31

Closed Eein closed 1 year ago

Eein commented 1 year ago

there still seems to be some performance issues regarding the update loop - these may have to update on the gui loop instead of where they are currently required.

Theres some uses in move.py but i'm not sure we need to do a hard update here, since the rendering loop is pretty fast and updates would occur on every frame.

Would like some feedback here.