ianbattin / Rising

Cal Poly Game Development Club - InVox Games
2 stars 0 forks source link

Application performance #22

Open taagestorey opened 8 years ago

taagestorey commented 8 years ago

Slow down and visual stuttering or flickering is fairly common during the level. It affects the background, player, enemies, platforms and sometimes the entire window.

Possible fixes for performance: -Reduce uneeded loops. -Simplify equations to contain fewer variables. -Cacheing data. -Use a profiler to pinpoint processing bottlenecks.

@ianbattin @maxwey

maxwey commented 8 years ago

It seems to me like the program has been running pretty smoothly on my end (even my laptop). How is the most recent version running on your end @taagestorey ? And have you made contact with someone about optimizations yet?

taagestorey commented 8 years ago

It seems to run better in Eclipse than in the executable, which is frequently laggy during the level. I'm in contact with a few people who may able to help.