This project is a game Engine with an Editor written in and compiled with MSVC 2019.
- It allows you to interact with the Entities
- It allows you to edit the components of an entity
- It allows you to view and interact with the project files and creating new files and folders.
- It shows debug information in the editor. for now it only shows the FPS.
-
The menu bar allows you to open the project and save it. It also allows you to quit the application and use some aditional features.
- It allow you to change the settings of the application.
- It allow you to open the tools to help you develop your game.
| Functionality | Library |
|---|---|
| Graphic API | OpenGL |
| Window | GLFW |
| 3D Model Parser | assimp |
| Image Parser | stb_image |
| Sound | miniaudio |
| Physics | Jolt |
| GUI (Editor) | Dear ImGui |
| Font | FreeType |


















