@@ -16,6 +16,28 @@ More information about Git LFS [here](https://git-lfs.github.com/).
Git submodules are used for libraries.
To download the submodules either clone using `git clone --recurse-submodules` or after `git clone` use `git submodule init` and `git submodule update`.
### Dependencies (required):
Most dependencies will be used via submodules but for example Vulkan needs to be installed correctly depending on your platform. So please setup your environment properly.
The following modules will be provided in this repository and they will automatically be builded together with the framework if used. You can configure/adjust the build using CMake if necessary.
-[Asset-Loader](modules/asset_loader/README.md)
-[Camera](modules/asset_loader/README.md)
-[GUI](modules/gui/README.md)
-[Material](modules/material/README.md)
-[Scene](modules/scene/README.md)
-[Shader-Compiler](modules/scene/README.md)
## Documentation
The documentation for the develop-branch can be found here: