goldyv0.1.0
- Updated
Modern GPU library with Slang shader support
- Project website: https://github.com/koubaa/goldy
#Usage
The package goldy provides CMake targets:
find_package(goldy CONFIG REQUIRED)
target_link_libraries(main PRIVATE goldy::goldy)Include the headers:
#include <goldy.hpp> // C++ RAII wrapper
#include <goldy.h> // C APINote: goldy_ffi.dll must be in your PATH or next to your executable at runtime.
The Slang compiler (slang.dll) is also required at runtime (from Vulkan SDK).
#Supported Platforms
!(static & staticcrt) & !uwp & ((x64 & (windows | linux)) | osx)
- ✅linux
- ✅osx
- ✅windows-x64
- ❌
uwp - ❌
windows-arm64 - ❌
windows-x86
#Features
No default features.
#Dependencies
No dependencies.
#Host Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Mohamed Koubaa