1. Home
  2. Browse
  3. goldy

goldy

v0.1.0#0Latest

Modern GPU library with Slang shader support

Install

Run the following Vcpkg command to install the port.

vcpkg install 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 API

Note: 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).

Features

See source

Version

v0.1.0#0

Publication

Supports

!(static & staticcrt) & !uwp & ((x64 & (windows | linux)) | osx)

GitHub

koubaa/goldy

Homepage

github.com/koubaa/goldy

Subtree

73aa14461e

License

MIT

Definition

Manifest