8000 GitHub - krishnavsr/SharpGLTF: glTF reader and writer for .NET Standard
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

glTF reader and writer for .NET Standard

License

Notifications You must be signed in to change notification settings

krishnavsr/SharpGLTF

 
 

Repository files navigation

GitHub Nuget (with prereleases) Join the chat at https://discord.gg/ecGAbsUDbB

Overview

SharpGLTF is a 100% .NET Standard library designed to support Khronos Group glTF 2.0 file format.

The library is divided into these main packages:

Library Nuget Function
SharpGLTF.Core Nuget (with prereleases) Read/Write file support, and low level access to the glTF models.
SharpGLTF.Runtime Nuget (with prereleases) Helper classes to simplify gltf model rendering.
SharpGLTF.Toolkit Nuget (with prereleases) Convenience utilities to help create, manipulate and evaluate glTF models.

Additionally, there's some optional extension libraries available:

Quickstart

A simple example of loading a glTF file and saving it as GLB:

var model = SharpGLTF.Schema2.ModelRoot.Load("model.gltf");
model.SaveGLB("model.glb");

More examples can be found here and in the Test project.

Appendix

About

glTF reader and writer for .NET Standard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.9%
  • Other 0.1%
0