Registry / other / scenepic

scenepic

JSON →
library1.1.1vcpkgunverified

A Powerful, easy to use, and portable visualization toolkit for mixed 3D and 2D content

vcpkg install scenepic
INSTALL
IMPORT
SIG · SCENEPIC
S
scenepic
othercppv1.1.1
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.

scenepic/scenepic.h
#include <scenepic/scenepic.h>

Create a 3D scene with a sphere and save it as an interactive HTML file.

#include <scenepic/scenepic.h> int main() { scenepic::Scene scene; auto& canvas = scene.create_canvas_3d("main"); canvas.add_mesh(scenepic::Mesh::create_sphere(1.0f, 32, 32)); scene.save("output.html"); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

scenepic — pip install scenepic · libregistry