Skip to content
Snippets Groups Projects
Verified Commit 9c1de7ed authored by Tobias Frisch's avatar Tobias Frisch
Browse files

[#97] Added README per module

parent cd38e49b
No related branches found
No related tags found
1 merge request!81Resolve "Listung von Dependencies"
Pipeline #26395 passed
# Asset-Loader
A VkCV module to load basic assets like models, materials and images
## Build
### Dependencies (required):
| Name of dependency | Used as submodule |
|----------------------------------------------------|---|
| [fx-gltf](https://github.com/jessey-git/fx-gltf) | ✅ |
| [nlohmann::json](https://github.com/nlohmann/json) | ✅ |
| [stb](https://github.com/nothings/stb) | ✅ |
# Camera
A VkCV module to manage cameras and their handle view and projection matrices
## Build
### Dependencies (required):
| Name of dependency | Used as submodule |
|----------------------------------------------------|---|
| [GLM](https://github.com/g-truc/glm) | ✅ |
# GUI
A VkCV module to integrate GUI rendering to your application as additional pass
## Build
### Dependencies (required):
| Name of dependency | Used as submodule |
|----------------------------------------------------|---|
| [ImGUI](https://github.com/ocornut/imgui/) | ✅ |
# GUI
A VkCV module to abstract typical kinds of materials for rendering
# GUI
A VkCV module to load and manage a scene, simplify its rendering and potentially optimize it
# Shader-Compiler
A VkCV module to compile shaders at runtime
## Build
### Dependencies (required):
| Name of dependency | Used as submodule |
|----------------------------------------------------|---|
| [Glslang](https://github.com/KhronosGroup/glslang/) | ✅ |
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment