Caching Animations in Software Rendering

Started by AGP, January 22, 2025, 02:19:16 AM

Previous topic - Next topic

AGP

Is that something you can make the software renderer do? Because otherwise jpct goes through several loops of the animations before they're running at full speed.

EgonOlsen

I'm not sure what you mean be "animations" in this context. There's nothing that "warms up" especially when using the software renderer. The only thing that I can think of is the VM itself. It might take some time to get up to speed with compiling the bytecode into native, but apart from trying to influence that behaviour with some VM switched, there's no way to change this.