As i was thinking about the loading screens i realized that i would like my stuff to be a lot more organized.
Currently it is a lot of stuff shoved into the main method and i really need to clean it up! I'm going to create different modules that control the visual environment.
It's a good thing to finally empty the main method and to clean it up.
The most basic stuff now stand in the Game class that allows access to the global game timer, width and height of the current window, mouse position and so on.
Modules and/or Interfaces as they are called currently are more specific and actually load and manage data. A lot of stuff again one can't really see.
Just another random link for you about writing your own particle system: 4 - Particle Systems
No comments:
Post a Comment