Registry / other / assimp

assimp

JSON →
library6.0.4vcpkgunverified

The Open Asset import library

vcpkg install assimp
INSTALL
IMPORT
SIG · ASSIMP
A
assimp
othercppv6.0.4
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.

assimp/Importer.hpp
#include <assimp/Importer.hpp>

Load a 3D model file using Assimp

#include <assimp/Importer.hpp> #include <assimp/scene.h> #include <cstdio> int main() { Assimp::Importer importer; const aiScene *scene = importer.ReadFile("model.obj", aiProcess_Triangulate); if (scene) { printf("Loaded %d meshes\n", scene->mNumMeshes); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.0.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
24
Meta
2
OpenAI (training)
1
Resources

No resource links recorded.

assimp — pip install assimp · libregistry