{"id":13574353,"url":"https://github.com/vpenades/SharpGLTF","last_synced_at":"2025-04-04T15:30:50.932Z","repository":{"id":39579248,"uuid":"168877635","full_name":"vpenades/SharpGLTF","owner":"vpenades","description":"glTF reader and writer for .NET Standard","archived":false,"fork":false,"pushed_at":"2025-03-23T21:52:54.000Z","size":100873,"stargazers_count":494,"open_issues_count":19,"forks_count":81,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-03-24T09:23:54.732Z","etag":null,"topics":["3d","csharp","gltf","gltf2","graphics","loader"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vpenades.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"vpenades"}},"created_at":"2019-02-02T21:00:42.000Z","updated_at":"2025-03-23T21:52:58.000Z","dependencies_parsed_at":"2023-10-20T23:43:22.030Z","dependency_job_id":"e6d7e938-5f13-4353-9ca8-5507beeb33bd","html_url":"https://github.com/vpenades/SharpGLTF","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpenades%2FSharpGLTF","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpenades%2FSharpGLTF/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpenades%2FSharpGLTF/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpenades%2FSharpGLTF/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vpenades","download_url":"https://codeload.github.com/vpenades/SharpGLTF/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247202574,"owners_count":20900806,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3d","csharp","gltf","gltf2","graphics","loader"],"created_at":"2024-08-01T15:00:50.761Z","updated_at":"2025-04-04T15:30:45.917Z","avatar_url":"https://github.com/vpenades.png","language":"C#","readme":"\u003cp align=\"center\"\u003e\r\n\u003cimg src=\"build/Icons/glTF2Sharp.png\" height=128 /\u003e\r\n\u003c/p\u003e\r\n\r\n![GitHub](https://img.shields.io/github/license/vpenades/SharpGLTF)\r\n[![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/SharpGLTF.Core)](https://www.nuget.org/packages?q=sharpgltf)\r\n[![Join the chat at https://discord.gg/ecGAbsUDbB](https://img.shields.io/discord/750776153681166467?color=%237289DA\u0026label=SharpGLTF\u0026logo=discord\u0026logoColor=white)](https://discord.gg/ecGAbsUDbB)\r\n---\r\n\r\n### Overview\r\n\r\n__SharpGLTF__ is a 100% .NET Standard library designed to support [Khronos Group glTF 2.0](https://github.com/KhronosGroup/glTF) file format.\r\n\r\nThe library is divided into these main packages:\r\n\r\n|Library|Nuget|Function|\r\n|-|-|-|\r\n|[__SharpGLTF.Core__](src/SharpGLTF.Core/README.md)|[![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/SharpGLTF.Core)](https://www.nuget.org/packages/SharpGLTF.Core)|Read/Write file support, and low level access to the glTF models.|\r\n|[__SharpGLTF.Runtime__](src/SharpGLTF.Runtime/README.md)|[![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/SharpGLTF.Runtime)](https://www.nuget.org/packages/SharpGLTF.Runtime)|Helper classes to simplify gltf model rendering.|\r\n|[__SharpGLTF.Toolkit__](src/SharpGLTF.Toolkit/README.md)|[![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/SharpGLTF.Toolkit)](https://www.nuget.org/packages/SharpGLTF.Toolkit)|Convenience utilities to help create, manipulate and evaluate glTF models.|\r\n\r\n\r\nAdditionally, there's some optional extension libraries available:\r\n\r\n- __SharpGLTF.Ext.Agi__\r\n- [__SharpGLTF.Ext.3DTiles__](src/SharpGLTF.Ext.3DTiles/README.md)\r\n\r\n\r\n#### Quickstart\r\n\r\nA simple example of loading a glTF file and saving it as GLB:\r\n\r\n```c#\r\nvar model = SharpGLTF.Schema2.ModelRoot.Load(\"model.gltf\");\r\nmodel.SaveGLB(\"model.glb\");\r\n```\r\n\r\nMore examples can be found [here](examples) and in the Test project.\r\n\r\n#### Appendix\r\n\r\n- [Khronos Group glTF-CSharp-Loader](https://github.com/KhronosGroup/glTF-CSharp-Loader)\r\n- [Khronos Group UnityGLTF](https://github.com/KhronosGroup/UnityGLTF)\r\n","funding_links":["https://github.com/sponsors/vpenades"],"categories":["C#"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvpenades%2FSharpGLTF","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvpenades%2FSharpGLTF","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvpenades%2FSharpGLTF/lists"}