Physics.Engine.Showcase.mp4
- The core is the start of the project, which contains core imports for the engine, event system, and sets up the engine window.
- The graphics project contains all the logic to interact with OpenGL, shaders and gui code.
- The util project contains code that can be used in all project.
- The physics project contains code for handling all the physics, including Physics World, Physics Objects, Colliders etc.
- GLFW Verified working with GLFW 3.3
- GLEW Verified with GLEW 2.1.0
- glm
- Dear ImGui Verified with ImGui v1.88