Search found 1 match

by EPriest
Wed Jan 15, 2020 10:27 pm
Forum: Support and Development
Topic: ProFi is noticeably improving game performance
Replies: 2
Views: 2811

ProFi is noticeably improving game performance

As sprites are added to the screen, as expected my game gets progressively slower, so I used ProFi, to find out what my bottleneck was. https://gist.github.com/perky/2838755 As it turns out, the collision detection checks between my game objects are taking up the most time, while drawing the sprites...