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
So I was working on a raylib project and I wanted the window closing feature found in Google Chrome on macOS where the window fades after hold the quit chord/key. You'd imagine that implementing this was easy in Raylib... almost to easy and soon my suspicions were confirmed.
The method I had implimented ABSOLUTELY DESTROYED performance in Windows 10. I went to the task manager and I just saw my main GPU getting hammered.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
So I was working on a raylib project and I wanted the window closing feature found in Google Chrome on macOS where the window fades after hold the quit chord/key. You'd imagine that implementing this was easy in Raylib... almost to easy and soon my suspicions were confirmed.
The method I had implimented ABSOLUTELY DESTROYED performance in Windows 10. I went to the task manager and I just saw my main GPU getting hammered.
![image](https://user-images.githubusercontent.com/113950697/222554074-3cdb58d5-8063-4461-a8ec-af55ec8314d3.png)
Here is a shortened version of the code.
Beta Was this translation helpful? Give feedback.
All reactions