Registry / other / fastgltf

fastgltf

JSON →
library0.9.0vcpkgunverified

A modern C++17 glTF 2.0 library focused on speed, correctness, and usability

vcpkg install fastgltf
INSTALL
IMPORT
SIG · FASTGLTF
F
fastgltf
othercppv0.9.0
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.

fastgltf/core.hpp
#include <fastgltf/core.hpp>

Load a glTF 2.0 model

#include <fastgltf/core.hpp> #include <iostream> int main() { fastgltf::Parser parser; auto asset = parser.loadGltf("model.gltf"); if (asset) { std::cout << "Loaded glTF with " << asset->meshes.size() << " meshes" << std::endl; } return 0; }
Debug
Known issues
gotchaRequires C++17 or later
fix
Set CMAKE_CXX_STANDARD to 17 or higher
affects: *
Upgrade
Version history
0.9.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

fastgltf — pip install fastgltf · libregistry