DRincs-Productions / Renpygame

Renpygame is a framework that allows pygame games to be integrated with Ren'Py. It's intended for people who are capable programmers.
https://drincs-website.web.app
MIT License
10 stars 2 forks source link

Performance Problem (move update_process into event()) #16

Closed BlackRam-oss closed 1 year ago

BlackRam-oss commented 1 year ago

currently at each screenshot the whole object is rendered, this has big performance problems.