aneury1 / DOEngine

Another Game Engine, by now only use SDL2 and its dependent family library but we planning to use other librarys like SFML or allegro5 to create Drawing Context (opengl ,Vulkan or metal).
0 stars 2 forks source link

Create a Solid Implementation of SDL2 Window bellow of AbstractWindow #30

Closed aneury1 closed 4 months ago

aneury1 commented 6 months ago

in this topic I decide to create an implementation of Solid implementation of inherited version of AbstractWindow bellow that implements SDL2 usage so it can usage on the Samples, we are mostly working with SDL2 so to avoid to usage the Sample we can provide it an in case other Library implementation come around we could create child class the belongs to this hierarchic as well CMAKE could help us compile when one is required.

aneury1 commented 4 months ago

instead of this I'm going to change the disused previously about create the Refactor of Window to Application.

aneury1 commented 4 months ago

@victordmontero could you check the latest pull request of this.... commit: ce170f1..03497ba