Skip to content
This repository was archived by the owner on Oct 19, 2025. It is now read-only.

Latest commit

 

History

History
executable file
·
32 lines (20 loc) · 1.37 KB

File metadata and controls

executable file
·
32 lines (20 loc) · 1.37 KB

Katalyst Engine Dependencies

The Katalyst Engine relies on several third-party libraries and tools to support its core functionality. These libraries are not directly included in this repository but can be managed using vcpkg or other package managers.

Core Libraries

  • Hazel Engine - Apache 2.0 License
    • We're including this because this project is a recreation of the this project and we're resuing quite a lot too from this project.
  • GLFW - Zlib License
  • glad2 - MIT + Apache 2 Licenses
    • This project provides the OpenGL and Vulkan Loaders. Vulkan and OpenGL are trademarks of the Khronos Group Inc.
  • spdlog - MIT License
  • imgui - MIT License

Build Tools and Compilers

  • CMake - OSL-3.0
  • Ninja - Apache License 2.0
  • Clang - University of Illinois/NCSA Open Source License

Package Management

Notes

For specific license terms, refer to each library's official documentation. Additional dependencies may be listed here as development progresses.


This document will be updated as new dependencies are introduced.