Registry / other / solid3

solid3

JSON →
library3.5.8vcpkgunverified

SOLID3 is a software library for interference detection (collision detection) between 3D objects.

vcpkg install solid3
INSTALL
IMPORT
SIG · SOLID3
S
solid3
othercppv3.5.8
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.

SOLID/SOLID.h
#include <SOLID/SOLID.h>

Create two objects and check for collision.

#include <SOLID/SOLID.h> #include <iostream> int main() { DT_ObjectHandle obj1 = SOLID_CreateObject(); DT_ObjectHandle obj2 = SOLID_CreateObject(); // Set up shapes and transforms... DT_Bool colliding = SOLID_IntersectObjects(obj1, obj2); std::cout << (colliding ? "Collision!" : "No collision") << '\n'; SOLID_DestroyObject(obj1); SOLID_DestroyObject(obj2); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.5.8latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources

No resource links recorded.

solid3 — pip install solid3 · libregistry