You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just installed, and loving it ! Seriously it rocks good job.
However in VB I got a high cpu usage (40-50%), got to try an install on my laptop to see if it's better. Though a little about it, and wanted to ask if you ever thought to replace in main.c
SDL_Delay(1000 / cfg.targetFPS); by SDL_WaitEvent
to reduce gpu use when we don't use our mouse (knowing that we implement your solution on rice, with a lot of control keys, we don't use the mouse this much).
Also a friend of mine pointed out that the overuse of call on root window may not be for the best. Don't know the options on this, but if we can make use of the GPU, this should optimise and decrement cpu usage again.
Going to fork this and try to implement it later on with a PR, let me now if that sounds right, or if you already inspected those options and they are pointless.
The text was updated successfully, but these errors were encountered:
Just installed, and loving it ! Seriously it rocks good job.
However in VB I got a high cpu usage (40-50%), got to try an install on my laptop to see if it's better. Though a little about it, and wanted to ask if you ever thought to replace in main.c
SDL_Delay(1000 / cfg.targetFPS);
bySDL_WaitEvent
to reduce gpu use when we don't use our mouse (knowing that we implement your solution on rice, with a lot of control keys, we don't use the mouse this much).
Also a friend of mine pointed out that the overuse of call on root window may not be for the best. Don't know the options on this, but if we can make use of the GPU, this should optimise and decrement cpu usage again.
Going to fork this and try to implement it later on with a PR, let me now if that sounds right, or if you already inspected those options and they are pointless.
The text was updated successfully, but these errors were encountered: