diff --git a/README.md b/README.md index eb2e16d..0935fb4 100644 --- a/README.md +++ b/README.md @@ -54,3 +54,18 @@ cmake -DCMAKE_BUILD_TYPE=Release -DVULKAN_SDK=\INSTALL\LOCATION\OF\YOUR\SDK -S . ### macOS After installing the Vulkan SDK, please proceed with CMake configuration and build steps as usual. + +## License +The project is licensed under LGPL. If that is not permissive enough for your project, please feel free to [send me an email](mailto:me@stevengao.net). + +This project uses several third-party libraries. Here is a list of these libraries along with their respective licenses: + +- **GLM**: Licensed under the [MIT License](https://opensource.org/licenses/MIT). +- **args.hxx**: Licensed under the [MIT License](https://opensource.org/licenses/MIT). +- **spdlog**: Licensed under the [MIT License](https://opensource.org/licenses/MIT). +- **ImGUI**: Licensed under the [MIT License](https://opensource.org/licenses/MIT). +- **Vulkan Memory Allocator**: Licensed under the [MIT License](https://opensource.org/licenses/MIT). +- **VkRadixSort**: Licensed under the [MIT License](https://opensource.org/licenses/MIT). +- **implot**: Licensed under the [MIT License](https://opensource.org/licenses/MIT). +- **glfw**: Licensed under the [zlib/libpng license](https://www.glfw.org/license.html). +- **libenvpp**: Licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).