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

Convert DOEngine into a library #16

Closed victordmontero closed 7 months ago

victordmontero commented 11 months ago

Scope

Currently DOEngine is compile into a n executable binary, also is configured as an executable in CMakeLists.txt. It would be better to make DOEngine a library and have a client game program use the library instead.