Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shg8 authored Feb 23, 2024
1 parent 35c157c commit ccc9f44
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]).

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).

0 comments on commit ccc9f44

Please sign in to comment.