#gltf #csharp #library #3d #format #decoder #encoder #gamedev #asset #pipeline
|
|
hace 6 años | |
|---|---|---|
| build | hace 6 años | |
| examples | hace 6 años | |
| src | hace 6 años | |
| tests | hace 6 años | |
| .gitignore | hace 6 años | |
| LICENSE | hace 6 años | |
| README.md | hace 6 años | |
| SharpGLTF.ruleset | hace 6 años | |
| SharpGLTF.sln | hace 6 años | |
| stylecop.json | hace 6 años |
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: