All Projects → Lugdunum3D → glTF2-loader

Lugdunum3D / glTF2-loader

Licence: MIT License
[UNMAINTAINED] C++ glTF (2.0 only) loader

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Labels

Projects that are alternatives of or similar to glTF2-loader

orkid
Orkid Media Engine (C++/Lua/Python3/Linux/MacOs/OpenVR/Qt5)
Stars: ✭ 20 (-35.48%)
Mutual labels:  gltf2
webgl-gltf
GLTF Viewer For WebGL
Stars: ✭ 26 (-16.13%)
Mutual labels:  gltf2
msfs2blend
Import Microsoft Flight Simulator (FS2020) Models in Blender
Stars: ✭ 92 (+196.77%)
Mutual labels:  gltf2
pasgltf
An Object-Pascal-native GLTF 2.0 low-level-data loader and writer for GLTF and GLB files
Stars: ✭ 22 (-29.03%)
Mutual labels:  gltf2
GLTFKit2
A glTF 2.0 asset loader and exporter for Objective-C and Swift.
Stars: ✭ 30 (-3.23%)
Mutual labels:  gltf2
verge3d-blender-addon
WebGL exporter add-on ripped from Verge3D for Blender toolkit
Stars: ✭ 91 (+193.55%)
Mutual labels:  gltf2
gltf-bounding-box
Computes the global bounding box of a gltf model
Stars: ✭ 18 (-41.94%)
Mutual labels:  gltf2
glTF-js-utils
Helper library for creating glTF 2.0 models with JavaScript.
Stars: ✭ 48 (+54.84%)
Mutual labels:  gltf2
docker-gltf-to-udsz
Docker container for converting gltf files into apple usdz quicklook files
Stars: ✭ 42 (+35.48%)
Mutual labels:  gltf2
gdx-gltf
GLTF 2.0 3D format support and PBR shader implementation for LibGDX
Stars: ✭ 156 (+403.23%)
Mutual labels:  gltf2
glTF-Rhino
Support for glTF 2.0 files in Rhino
Stars: ✭ 37 (+19.35%)
Mutual labels:  gltf2
libgltf
glTF 2.0 parser/loader for C++11, supports many extensions likes `KHR_draco_mesh_compression`, `KHR_lights_punctual`, `KHR_materials_clearcoat`, and more.
Stars: ✭ 55 (+77.42%)
Mutual labels:  gltf2
stl2gltf
Convert STL to glb
Stars: ✭ 67 (+116.13%)
Mutual labels:  gltf2
maya-glTF
glTF 2.0 exporter for Autodesk Maya
Stars: ✭ 121 (+290.32%)
Mutual labels:  gltf2

📜 Unmaintained 📜

If you are interested to take over this repository, please open an issue!



glTF2-loader

glTF2-loader is a C++14 glTF (2.0 only) parsing library.

Building

Bulding should be as simple as executing the following commands:

mkdir build
cd build
cmake ..
make

If you're building for Android, you should use cmake with -DANDROID=TRUE

The build process should output a static library, libgltf2-loader.a.

Documentation

Coming soon. For now, the code should be well-enough documented inline, but we should definitely have some Doxygen thing going on in the near future.

Tests

Tests, using the googletest framework, can be enabled with the BUILD_TESTS CMake variable. An executable will be created in the test/ subdirectory, in your build directory.

CI coming soon.

Projects using this library

Feel free to open a pull-request to add your project to the list!

License

glTF2-loader is licensed under MIT license.

glTF2-loader uses the following third party libraries:

  • json.hpp: Copyright © 2013-2017 Niels Lohmann

glTF and the glTF logo are trademarks of the Khronos Group Inc.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].