aod6060 / dsge

This is a simple 2D engine for my projects.
MIT License
1 stars 0 forks source link

Application System #11

Open aod6060 opened 6 days ago

aod6060 commented 6 days ago

I forgot to add this in. Its basically the system that controls the window and wraps up SDL2. This system is the main entry point into the game and its the root system were every other system.

aod6060 commented 4 days ago

I'll need to add in additional functionality to the application interface including.

  1. Adding in a reload function to the IApplication interface
  2. Remove config because it irrelavent due to the Configuration being move to configuration system.
  3. Add in options for display information
  4. Add a reload function were I'll implement the stuff that will get reloaded

I think that will be it for this stuff before that I'll be adding some new stuff to the render to account for these changes.

aod6060 commented 2 days ago

I've added in reloadInit + reloadRelease to the application interface so it time to add in the actual config interface that now it time to work on the config issues and figure out what type of options I'll be need there.

aod6060 commented 7 hours ago

Alright time to make the configuration system work with the other systems so I can unify the entire engine with this.