Registry / utility / im3d
library2022-10-11vcpkgunverified

Immediate mode rendering and 3d gizmos library.

vcpkg install im3d
INSTALL
IMPORT
SIG · IM3D
I
im3d
utilitycppv2022-10-11
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.

im3d.h
#include <im3d.h>

Basic usage of im3d for drawing a gizmo.

#include <im3d.h> int main() { Im3d::Vec3 position(0.0f, 0.0f, 0.0f); Im3d::Mat4 worldMatrix = Im3d::Mat4::identity(); Im3d::Gizmo gizmo; gizmo.draw(position, worldMatrix); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2022-10-11latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

im3d — pip install im3d · libregistry