Commit Graph

11 Commits

Author SHA1 Message Date
b359a940ba Adding a new submodel ENTT 2022-10-22 17:20:09 +02:00
29e715b92a Adding docking support through ImGui , Adding multiviewport support through ImGui, Moving header file back into the src directory , started building the editor, Added framebuffer to renderer.
BUG:
The framebuffer will not be displayed in the editor for some reason
2022-10-22 13:27:23 +02:00
d019155d10 Working on basic rendering #4
* Added a basic material abstraction
* Started implementation of RenderTarget (such as render textures)
2022-06-04 18:26:58 +02:00
9165e30d0e Incorrectly loading a model, Adding a VertexArray abstraction
* Using import library assimp to incorrectly load a cube.obj
* Using a temporary Renderable class as a placeholder for all data needed
to render the mesh.
* Vertex Array abstraction added
2022-05-04 23:25:18 +02:00
af4a114fad Added IMGUI 2022-05-04 14:39:27 +02:00
9c92cc05b7 Added Gorrilla-Audio and Tinygltf Library
Started laying out a assetManager / ModelImporter
2022-05-04 11:11:57 +02:00
f5c680ba3e Improved shader definition loader 2022-04-30 22:51:50 +02:00
f547ff1b8f Basic rectangle drawing 2022-04-30 20:20:07 +02:00
ddf7e14682 Added spdlog as a submodule 2022-04-29 20:40:25 +02:00
f613059c2d Added glm as a git submodule 2022-04-29 13:32:58 +02:00
56ec05adf1 Added GLFW as a submodule 2022-04-29 13:28:42 +02:00