Registry / other / anari
library0.15.0vcpkgunverified

Cross-Platform 3D Rendering Engine API.

vcpkg install anari
INSTALL
IMPORT
SIG · ANARI
A
anari
othercppv0.15.0
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.

anari/anari.h
#include <anari/anari.h>

Load an ANARI rendering library

#include <anari/anari.h> #include <iostream> int main() { ANARILibrary lib = anariLoadLibrary("environment"); if (lib) { std::cout << "ANARI library loaded\n"; anariUnloadLibrary(lib); } return 0; }
Debug
Known issues
gotchaANARI requires a backend library (e.g., VisRTX, OSPRay) to be installed at runtime.
fix
Install a compatible ANARI backend and set the ANARI_LIBRARY environment variable if needed.
affects: *
Upgrade
Version history
0.15.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
Meta
1
OpenAI (training)
1
Resources

No resource links recorded.

anari — pip install anari · libregistry