glTF-SDK is a C++ Software Development Kit for glTF (GL Transmission Format -https://github.com/KhronosGroup/glTF).
Перейти к файлу
microsoft-github-policy-service[bot] dfc70ca71b
Microsoft mandatory file
2023-06-02 19:06:06 +00:00
Build Added CoApp locally so we don't have to worry about it been offline 2023-04-14 13:40:23 -03:00
External Bugfix/update rapid json (#94) 2022-06-27 19:19:00 -03:00
GLTFSDK Fixed small issue with Clang compiler flags based on Compiler definition 2023-04-26 10:28:44 -03:00
GLTFSDK.Samples Fixed small issue with Clang compiler flags based on Compiler definition 2023-04-26 10:28:44 -03:00
GLTFSDK.Shared.CPP Implement generalized float accessor data decoding (#51) 2020-02-24 08:55:11 -08:00
GLTFSDK.Test Fixed small issue with Clang compiler flags based on Compiler definition 2023-04-26 10:28:44 -03:00
GLTFSDK.TestUtils Initial copy from internal repository. 2018-08-09 11:49:29 -07:00
XPlatScripts Cleanup NuGet paths. (#3) 2018-08-21 13:49:56 -07:00
.gitignore Initial copy from internal repository. 2018-08-09 11:49:29 -07:00
CMakeLists.txt Added rapidjson headers as content of Microsoft.gltf.CPP package 2023-04-14 12:10:36 -03:00
GLTFSDK.sln Add ARM64 support (#23) 2019-01-09 11:47:48 -08: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 Added Windows VS2019 and VS2017 NuGet packages (#114) 2023-04-14 12:10:10 -03:00
SECURITY.md Microsoft mandatory file 2023-06-02 19:06:06 +00:00
androidbuild.ps1 Initial copy from internal repository. 2018-08-09 11:49:29 -07:00
macbuild.ps1 Initial copy from internal repository. 2018-08-09 11:49:29 -07:00
macinit.ps1 Initial copy from internal repository. 2018-08-09 11:49:29 -07: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

Nuget Packages

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.