*sigh* I wish. Don't you think it's weird that an engine that just moves images flat 2D images around, something humanity has been doing since the late 1990's (namely, Japanese hentai dating sim games. Think Jast USA, Season of Sakura/Nocturnal Illusion.), during the windows 97~windows 2000 days *needs* a *modern* system to run fast enough?
Python is a slow language. It's anywhere from 20~50x slower than C++. From 10~15x slower than node.js. Even around 3x slower than PHP7.
I've seen many renpy games that try to be just a little ambitious start choking even on modern systems. Like The Null Hypothesis. Just a spinning background, a GUI and 1 character on screen can kick up the GPU fan. I can write a javascript and css webpage that can render/animate the same image with less cpu/gpu power. Don't you think that's odd?