emanisgrand / boost

0 stars 0 forks source link

Can shaders (from particle emitters) be pre-loaded? #16

Open emanisgrand opened 6 months ago

emanisgrand commented 6 months ago

Either preloaded or instantiate them somewhere in the main menu so they aren't cached during gameplay. This would prevent that giant lag spike that occurs everytime someone plays on the browser. It happens the first time the particle emitters play. I'm pretty sure this has to do with the caching the shader though and not the emitter.

emanisgrand commented 5 months ago

This may be a candidate for unit testing.