Registry / other / opencsg

opencsg

JSON →
library1.8.2vcpkgunverified

OpenCSG is a library that does image-based CSG rendering using OpenGL.

vcpkg install opencsg
INSTALL
IMPORT
SIG · OPENCSG
O
opencsg
othercppv1.8.2
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.

opencsg.h
#include <opencsg.h>

Render a CSG union operation

#include <opencsg.h> #include <GL/gl.h> int main() { OpenCSG::render(OpenCSG::CSG_UNION); return 0; }
Debug
Known issues
gotchaRequires OpenGL context to be initialized before use
fix
Ensure a valid OpenGL context (e.g., via GLFW or Qt) is created before calling any OpenCSG functions
affects: *
Upgrade
Version history
1.8.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

opencsg — pip install opencsg · libregistry