mtalyat / Minty-Engine

A Vulkan C++ game engine with C# scripting.
https://mtalyat.github.io/project.html?id=minty-game-engine
2 stars 0 forks source link

Combine similar files #78

Open mtalyat opened 7 months ago

mtalyat commented 7 months ago

Some things can be combined so there are less files and less things being compiled in general. Such as:

mtalyat commented 6 months ago

Already moved builder structs, still need to do other things

mtalyat commented 3 months ago

GLM types are fine actually. Still want to combine rect types into M_Rect.h.