Registry / other / llgl
library2023-03-05vcpkgunverified

Low Level Graphics Library (LLGL) is a thin abstraction layer for the modern graphics APIs OpenGL, Direct3D, Vulkan, and Metal.

vcpkg install llgl
INSTALL
IMPORT
SIG · LLGL
L
llgl
othercppv2023-03-05
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LLGL/LLGL.h
#include <LLGL/LLGL.h>

Initialize the LLGL rendering debugger.

#include <LLGL/LLGL.h> #include <iostream> int main() { LLGL::RenderingDebugger debugger; std::cout << "LLGL initialized" << std::endl; return 0; }
Debug
Known issues
gotchaRequires platform-specific graphics drivers (e.g., Vulkan SDK, DirectX SDK).
fix
Install the appropriate graphics SDK for your platform.
affects: *
Upgrade
Version history
2023-03-05latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

llgl — pip install llgl · libregistry