Skip to content
Snippets Groups Projects

Resolve "Listung von Dependencies"

Merged Tobias Frisch requested to merge 97-listung-von-dependencies into develop
Files
9
+ 17
0
 
# 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) | ✅ |
 
 
## Docs
 
 
Here is a [link](https://vkcv.de/develop/group__vkcv__asset.html) to this module.
Loading