hanyangl5 / antumbra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Antumbra

(WIP)

Low level gpu compute framework API.

Table of Contents

Feature List

API Support

Vulkan 1.3 on Windows DirectX12 on Windows

Prerequisites

  • 64-bit operating system
  • C++17 capable compiler
  • CMake 3.21(or later)
  • Vulkan SDK 1.3
  • latest Windows SDK

Build From Source

  • 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.

Contributing

Feel free to dive in! Open an issue or submit PRs.

Antumbra follows the Contributor Covenant Code of Conduct.

License

MIT © hanyangl5

About

License:Other


Languages

Language:C++ 91.4%Language:CMake 6.9%Language:C 1.7%