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

Aneury dev #37

Closed aneury1 closed 3 months ago

aneury1 commented 3 months ago

Add WindowManager, SDLWRapper PIMPL classes , MErge new Events a so on.

victordmontero commented 3 months ago

Squash those commits. It'll be better for everybody

aneury1 commented 3 months ago

Good job overall but I have some concerns:

  • Reverting work done in other PRs, that were previously accepted by yourself.
  • Added a script to clang format files, but not using it on the files. If you already added it, why not using?

I need to check and Re-pull