1
General / update loop independent from main
« on: April 21, 2018, 01:50:14 pm »
Hey i'm pretty new to sfml and i come from unity. I wanted to ask how you can make unity-like update method not calling it in int main. I know that in smaller projects it's unnecessary but in bigger projects i can't imagine calling every object loop in main.