Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcneel/gltflib
Library for exporting and importing glTF and glb formats.
https://github.com/mcneel/gltflib
csharp dotnet gltf gltf2 quicktype
Last synced: about 1 month ago
JSON representation
Library for exporting and importing glTF and glb formats.
- Host: GitHub
- URL: https://github.com/mcneel/gltflib
- Owner: mcneel
- License: mit
- Created: 2018-05-25T07:53:03.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-03-10T08:58:08.000Z (almost 4 years ago)
- Last Synced: 2023-03-24T11:11:31.655Z (almost 2 years ago)
- Topics: csharp, dotnet, gltf, gltf2, quicktype
- Language: C#
- Size: 59.6 KB
- Stars: 10
- Watchers: 34
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# glTFLib
Various submodules for building a .net gltf sdk from the gltf json schema. The main work has been done by Khronos Group in the glTF-CSharp-Loader project. This repository contains all of the submodules for building the library and facilitates generating a new library if the schema is updated.### Submodules
This project consists of three submodules:1. [`glTF`](https://github.com/KhronosGroup/glTF) - The glTF schema from Khronos Group.
2. [`glTF-CSharp-Loader`](https://github.com/KhronosGroup/glTF-CSharp-Loader) - Codegen project from Khronos Group which builds a .net dll from the json schema. Includes unit tests.
3. [`glTF-Sample-Models`](https://github.com/KhronosGroup/glTF-Sample-Models) - Sample glTF models from Khronos Group.Please make sure submodules are updated, and that the glTF-CSharp-Loader project is built according to these instructions: https://github.com/KhronosGroup/glTF-CSharp-Loader#build-instructions
There is an [example](glTFLibExample) that builds a simple glTF model.
### TODO
- Create some example scenarios in [`glTFLibExample`](https://github.com/mcneel/glTFLib/tree/master/glTFLibExample).