Entity Management with ComponentsHello, my current task for my game engine is to write a system for managing the games entities. I've...
Is this bad singleton design?What I mean is that states are the states of the game such as if you're on the menu screen, in the g...
Is this bad singleton design?The way my state manager is setup is so one state runs and all the others are halted until they are ...
Is this bad singleton design?SFML Mutex locking was something I was thinking about, but I haven't implemented anything yet. The r...
Is this bad singleton design?I'm writing a simple 3D Game engine with SFML and OpenGL. I have managers like ResourceManager, Sta...
This user does not accept Private Messages