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.
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.