This project utilizes various third-party libraries to aid in development. Some of these libraries are integrated as header-only, while others have been forked and added as submodules, with possible patches for better integration. The following is a list of third-party libraries used in this project, along with their respective licenses.
Project | License |
---|---|
Dear ImGui | MIT |
EGL-Registry (only KHR api) | Apache-2.0 |
EnTT | MIT |
FreeType | FTL (choosen) |
glad | MIT |
LibPHX | Unlicense |
MSDFgen | MIT |
MSDF-Atlas-Gen | MIT |
Open Asset Import Library | BSD 3-Clause |
OpenGL-Registry (only GL api) | MIT |
OpenGL Mathematics | MIT |
Sean's Tool Box | MIT (choosen) |
Shaderc | Apache-2.0 |
Vulkan Headers | Apache-2.0 or MIT |
yaml-cpp | MIT |
Please note that the above list is subject to change, as we may add or remove libraries in the future. We encourage users to check the project repository for any updates or changes to the list.
This project was also inspired by several other projects in terms of architecture, functionality, and more. The following is a list of projects that inspired this project, along with their respective licenses.
Project | License |
---|---|
acid game engine | MIT |
bs::framework | MIT |
Hazel | Apache-2.0 |
It's important to note that these projects served as sources of inspiration, and the code in this project is not a copy or derivative of their code.
We make every effort to ensure that our use of third-party libraries is compliant with their respective licenses. However, if you believe that our use of a specific library infringes upon its license, please contact us immediately, and we will take appropriate measures to address the issue.
Thank you for your interest in this project!