#gltf #csharp #library #3d #format #decoder #encoder #gamedev #asset #pipeline
|
|
6 tahun lalu | |
|---|---|---|
| build | 6 tahun lalu | |
| examples | 6 tahun lalu | |
| src | 6 tahun lalu | |
| tests | 6 tahun lalu | |
| .gitignore | 7 tahun lalu | |
| LICENSE | 7 tahun lalu | |
| README.md | 6 tahun lalu | |
| SharpGLTF.ruleset | 6 tahun lalu | |
| SharpGLTF.sln | 6 tahun lalu | |
| stylecop.json | 7 tahun lalu |
SharpGLTF is a NetStandard 2.0, .NET library designed to support Khronos Group glTF 2.0 file format.
The aim of this framework is:
The current status of the library is preview alpha, but, for some use cases it is already usable.
A simple example of loading a glTF file and saving it as GLB:
var model = Schema2.ModelRoot.Load("model.gltf");
model.SaveGLB("model.glb");
More examples can be found here and in the Test project.
The framework is divided in two packages: