Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shg8 committed Feb 23, 2024
1 parent 35c157c commit bc2193a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [ ] As the copyright holder of the work submitted in this Pull Request, I hereby grant [shg8](https://github.com/shg8) the right to license this work under other licenses, including but not limited to the [MIT License](https://opensource.org/license/mit).
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 bc2193a

Please sign in to comment.