-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). |