callmeEthan / GameHUB2

Game launcher 2.0 for rainmeter with dynamic layout system, written in ~4 days.
76 stars 4 forks source link

Optimization #27

Open ThreeCrown opened 4 months ago

ThreeCrown commented 4 months ago

I am currently running this on a system w/ an R9, 64gb of memory, a 4080, NVMe, and have hardware acceleration turned on in Rainmeter. I am experiencing extreme lag and performance issues with loading between pages. Once it's loaded it's smooth as silk. I know rainmeter can't really cache... But is there a way I can force rainmeter to use more resources or load faster? I understand half the problem is the files I am using with your program but it just looks so much better on a WQHD with the files this way...

callmeEthan commented 4 months ago

I'm sure your disk drive and cpu is already trying it's best to load the pages, there is not much I can do about this...
Video games solve this problem with 'async loading', basically just skip drawing until loading complete. Maybe rainmeter can implement this one day...