Low level gpu compute framework API.
Vulkan 1.3 on Windows DirectX12 on Windows
- 64-bit operating system
- C++17 capable compiler
- CMake 3.21(or later)
- Vulkan SDK 1.3
- latest Windows SDK
- Clone the project and its submodules.
git clone https://github.com/hanyangl5/antumbra.git --recursive
- Generate project using cmake
cmake . -B build -G <generator>
antumbra has been tested configured successfully with Ninja/Visual Studio under windows
- Compile and run tests or samples.
Feel free to dive in! Open an issue or submit PRs.
Antumbra follows the Contributor Covenant Code of Conduct.
MIT © hanyangl5