Commit Graph

10 Commits (main)

Author SHA1 Message Date
Nigel Barink 0b2148ad55 Adding more things to .gitignore 2023-05-13 21:37:53 +02:00
Nigel Barink ba69726e33 Updated gitignore and added submodule
- Added a filebrowser for imgui submodule
- Added gitignore entries for two submodules
2023-01-14 22:18:15 +01:00
Nigel Barink 955eeabb48 Adding / organizing the workspace into multple seperate projects 2022-10-22 14:58:55 +02:00
Nigel Barink 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
Nigel Barink 9c92cc05b7 Added Gorrilla-Audio and Tinygltf Library
Started laying out a assetManager / ModelImporter
2022-05-04 11:11:57 +02:00
Nigel Barink 8efa1d1d0a Added the last two libs which are not yet submodules
to gitignore
2022-04-30 22:53:40 +02:00
Nigel Barink 56ec05adf1 Added GLFW as a submodule 2022-04-29 13:28:42 +02:00
Nigel Barink dab01f1541 Initial setup.
Correctly linking glfw and spdlog...
Linking could be improved by not needing the sandbox
application to also be linked with glfw
2022-04-20 21:40:35 +02:00
Nigel Barink 2a93a78c4f Cleanup workspace 2021-09-29 19:14:27 +01:00
Nigel Barink b089c76938 Initial commit, Basic project structure 2021-05-22 20:50:20 +01:00