{"id":42557434,"url":"https://github.com/StirlingLabs/Assimp.Net","last_synced_at":"2026-02-20T03:00:25.970Z","repository":{"id":153827936,"uuid":"534814633","full_name":"StirlingLabs/Assimp.Net","owner":"StirlingLabs","description":"C# .Net Core wrapper for the Open Asset Import Library (Assimp)","archived":false,"fork":false,"pushed_at":"2023-10-18T23:12:53.000Z","size":30775,"stargazers_count":49,"open_issues_count":4,"forks_count":8,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-19T17:55:28.889Z","etag":null,"topics":["3d","3mf","assimp","assimpnet","cad","collada","collada-importer","dae","fbx","fbx-parser","ifc","importer"],"latest_commit_sha":null,"homepage":"https://bitbucket.org/Starnick/assimpnet","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StirlingLabs.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.txt","contributing":null,"funding":null,"license":"License.txt","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,"zenodo":null}},"created_at":"2022-09-09T21:43:36.000Z","updated_at":"2026-01-04T21:08:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb1ff541-4412-4452-b346-903b226c4eca","html_url":"https://github.com/StirlingLabs/Assimp.Net","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/StirlingLabs/Assimp.Net","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StirlingLabs%2FAssimp.Net","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StirlingLabs%2FAssimp.Net/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StirlingLabs%2FAssimp.Net/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StirlingLabs%2FAssimp.Net/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StirlingLabs","download_url":"https://codeload.github.com/StirlingLabs/Assimp.Net/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StirlingLabs%2FAssimp.Net/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29639808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"online","status_checked_at":"2026-02-20T02:00:07.535Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","3mf","assimp","assimpnet","cad","collada","collada-importer","dae","fbx","fbx-parser","ifc","importer"],"created_at":"2026-01-28T20:00:26.599Z","updated_at":"2026-02-20T03:00:25.963Z","avatar_url":"https://github.com/StirlingLabs.png","language":"C#","funding_links":[],"categories":["🛠️ General Tools"],"sub_categories":["💻 Development Libraries"],"readme":"![Assimp.Net from Stirling Labs](https://raw.githubusercontent.com/StirlingLabs/Assimp.Net/main/Assimp.Net.jpg)\n\n[![CD](https://github.com/StirlingLabs/Assimp.Net/actions/workflows/deploy.yaml/badge.svg)](https://github.com/StirlingLabs/Assimp.Net/actions/workflows/deploy.yaml) [![NuGet version (StirlingLabs.Assimp.Net)](https://img.shields.io/nuget/v/StirlingLabs.Assimp.Net.svg?style=flat-square)](https://www.nuget.org/packages/StirlingLabs.Assimp.Net/)\n\n## Introduction ##\nThis is a fork of [assimpnet by Starnick](https://bitbucket.org/Starnick/assimpnet), a cross-platform .NET wrapper for the Open Asset Import Library (otherwise known as [Assimp](https://github.com/StirlingLabs/assimp)), which is a 3D model import-export library. The primary motivation is for this library to power content pipelines to import and process 3D models. Please see the Assimp website for a full list of supported formats and features. Each version of the managed wrapper tries to maintain parity with the features of the native version.\n\nWe intend to keep this fork close to the original, with the main differences being a focus on supporting modern .Net, Apple Silicon and a open, publicly verifiable build chain.\n\nThe managed assembly is compiled as **AnyCpu** and the native 64-bit multi-threaded binaries are loaded dynamically (including support for Apple Silicon).\n\nThe library is split between two parts, a low level and a high level. The intent is to give as much freedom as possible to the developer to work with the native library from managed code.\n\n### Low level ###\n\n* Native methods are exposed via the AssimpLibrary singleton.\n* Structures corresponding to unmanaged structures are prefixed with the name **Ai** and generally contain IntPtrs to the unmanaged data.\n* Located in the *Assimp.Unmanaged* namespace.\n\n### High level ###\n\n* Replicates the native library's C++ API, but in a way that is more familiar to C# developers.\n* Marshaling to and from managed memory handled automatically, all you need to worry about is processing your data.\n* Located in the *Assimp* namespace.\n\n## Supported Frameworks ##\n\nThis version of the library is focussed on modern .NET, targeting specifically:\n\n* **.NET Standard 2.1**\n* **.NET 6**\n* **.NET 7**\n\nThe native binaries are resolved by the NuGet dependency graph automatically and are built \u0026 packaged in a closely-following fork of [assimp](https://github.com/StirlingLabs/assimp).\n\n## Supported Platforms ##\n\nThe NuGet package supports the following Operating Systems and Architectures:\n\n* Windows x64\n* Linux x64\n* MacOS x64 \u0026 Apple Silicon (M1)\n\n## Unity Users ##\n\nA Unity plugin is inherited from Starnick but this is not our focus so we recommend that you use the original.\n\n## Licensing ##\n\nThe library is licensed under the [MIT](https://opensource.org/licenses/MIT) license. This means you're free to modify the source and use the library in whatever way you want, as long as you attribute the original authors. The native library is licensed under the [3-Clause BSD](https://opensource.org/licenses/BSD-3-Clause) license. Please be kind enough to include the licensing text file (it contains both licenses).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FStirlingLabs%2FAssimp.Net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FStirlingLabs%2FAssimp.Net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FStirlingLabs%2FAssimp.Net/lists"}