Cherrytree56567 / Drizzle3D

A Simple 3D Game Engine made in C++, GLFW, ImGui, GLM, Stb_Image and GLAD
Other
9 stars 2 forks source link

Physics Support #11

Open Cherrytree56567 opened 5 months ago

Cherrytree56567 commented 5 months ago

Is your feature request related to a problem? Please describe. Physics Support would improve the game engine and would support multiple games.

Describe the solution you'd like I would like to use the Physics Class in each Object Struct.

Describe alternatives you've considered N/A

Additional context The physics class must be in namespace Drizzle3D and has to export public functions and has to be added to vs inside a filter called Physics. Remember to add the ENTIRE class into Drizzle3D.h in the Exampleproject/vendor/Drizzle3D.