Overview of SharpGLTF packages
masterSharpGLTF is a .NET Standard library for supporting the Khronos Group glTF 2.0 file format. It is distributed via several specialized NuGet packages depending on your requirements:
- SharpGLTF.Core: Provides read/write file support and low-level access to glTF models.
- SharpGLTF.Runtime: Contains helper classes to simplify glTF model rendering.
- SharpGLTF.Toolkit: Provides convenience utilities for creating, manipulating, and evaluating glTF models.
Optional extension libraries include SharpGLTF.Ext.Agi and SharpGLTF.Ext.3DTiles.