Hello, I am new to SFML. I managed to write only two little projects in it but it's not like I can't write anything. It's rather problem of resources, structure and objects management and understanding. While I do understand what's going on, I don't know how would proper object oriented structure look like, where to store every entity, how to work on them, erase when no longer needed. It's like I am having some puzzles but I can't solve it and see whole picture without missing pieces. I am completly lost. I want to learn how to write my game elegantly instead of throwing everything into main function. To learn how and where should I use components, managers, systems. What would they could do and consist of. I am completly lost and overhelmed by it. Could use some help