Registry / other / spaceland

spaceland

JSON →
library7.8.2vcpkgunverified

Geometric computation library adapted for OpenGL

vcpkg install spaceland
INSTALL
IMPORT
SIG · SPACELAND
S
spaceland
othercppv7.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.

sl/geometry.h
#include <sl/geometry.h>

Computes the length of a 3D vector using Spaceland.

#include "sl/geometry.h" #include <iostream> int main() { sl::vec3 v(1.0, 2.0, 3.0); std::cout << "Vector length: " << v.length() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.8.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

spaceland — pip install spaceland · libregistry