glTF-SDK is a C++ Software Development Kit for glTF (GL Transmission Format -https://github.com/KhronosGroup/glTF).
Перейти к файлу
Sergio R. Z. Masson 4888f0a386
Removed Visual Studio project and NuGet infrastructure (#148)
* Removed many uncessary things and forced the project to be CMake only

* Updated README status badge
2024-09-05 11:46:31 -07:00
.github/workflows Added Github actions to handle PR pipelines (#147) 2024-09-05 14:31:06 -03:00
Build/CMake Removed Visual Studio project and NuGet infrastructure (#148) 2024-09-05 11:46:31 -07:00
External Bugfix/update rapid json (#94) 2022-06-27 19:19:00 -03:00
GLTFSDK Removed Visual Studio project and NuGet infrastructure (#148) 2024-09-05 11:46:31 -07:00
GLTFSDK.Samples Removed Visual Studio project and NuGet infrastructure (#148) 2024-09-05 11:46:31 -07:00
GLTFSDK.Test Added Github actions to handle PR pipelines (#147) 2024-09-05 14:31:06 -03:00
GLTFSDK.TestUtils Initial copy from internal repository. 2018-08-09 11:49:29 -07:00
.gitignore Initial copy from internal repository. 2018-08-09 11:49:29 -07:00
CMakeLists.txt Added WASM compilation support (#127) 2023-11-06 10:05:21 -03:00
LICENSE Initial commit 2018-05-16 17:24:27 -07:00
NuGet.Config Cleanup NuGet paths. (#3) 2018-08-21 13:49:56 -07:00
README.md Removed Visual Studio project and NuGet infrastructure (#148) 2024-09-05 11:46:31 -07:00
SECURITY.md Microsoft mandatory file (#122) 2023-06-13 11:12:41 -03:00
thirdPartyNotices.txt Initial copy from internal repository. 2018-08-09 11:49:29 -07:00

README.md

Build Status

Microsoft glTF SDK - A C++ Deserializer/Serializer for glTF

  • Windows/macOS/Android Compatible
  • glTF & glB support, including embedded Base64 support
  • Flexibility and ease of integration to any 3D engine
  • Strongly typed extension support
  • Built-in schema validation during deserialization
  • Low memory overhead
  • Utilities for converting input data of any type (e.g. float/uint8/uint16 RGB/RGBA color) into a single type such as float RGBA color

Trademarks

glTF is a trademark of The Khronos Group Inc.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.