rubatopy / rubato

A lightweight, developer-first game engine built for Python
https://rubato.app
GNU General Public License v3.0
23 stars 1 forks source link

BUG: memory leak #361

Closed tsedan closed 2 years ago

tsedan commented 2 years ago

It seems that dealing with SDL textures causes some memory leakage issues. We need to figure out how to free these textures or surfaces consistently so that memory useage remains stable as it does in a blank rubato project.