{"id":1139,"url":"https://github.com/eugenebokhan/asset-import-kit","last_synced_at":"2025-04-19T12:13:45.435Z","repository":{"id":48126765,"uuid":"167797227","full_name":"eugenebokhan/asset-import-kit","owner":"eugenebokhan","description":"Swift framework for loading various 3d models in SceneKit","archived":false,"fork":false,"pushed_at":"2020-11-15T18:27:45.000Z","size":31008,"stargazers_count":85,"open_issues_count":8,"forks_count":23,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-08-09T23:01:48.024Z","etag":null,"topics":["3d","assimp","scenekit"],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eugenebokhan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-27T10:41:01.000Z","updated_at":"2024-08-05T09:30:12.000Z","dependencies_parsed_at":"2022-08-12T19:10:35.249Z","dependency_job_id":null,"html_url":"https://github.com/eugenebokhan/asset-import-kit","commit_stats":null,"previous_names":["eugenebokhan/assetimportkit"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eugenebokhan%2Fasset-import-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eugenebokhan%2Fasset-import-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eugenebokhan%2Fasset-import-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eugenebokhan%2Fasset-import-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eugenebokhan","download_url":"https://codeload.github.com/eugenebokhan/asset-import-kit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246156025,"owners_count":20732357,"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","assimp","scenekit"],"created_at":"2024-01-05T20:15:39.741Z","updated_at":"2025-03-30T21:31:51.806Z","avatar_url":"https://github.com/eugenebokhan.png","language":"Swift","funding_links":[],"categories":["Games"],"sub_categories":["Getting Started"],"readme":"# AssetImportKit\n\n**AssetImportKit** is a cross platform library (macOS, iOS) that coverts the files supported by [`Assimp`](https://github.com/assimp/assimp) to [`SceneKit`](https://developer.apple.com/reference/scenekit) scenes.\n\n## Features\n\nAssetImportKit allows you to import ***Assimp supported file formats*** directly in SceneKit at runtime.\nThe library supports:\n* Geometry\n* Materials (with color, embedded textures and external textures)\n* Cameras and\n* Skeletal animations.\n* Serialization to `.scn` format\n\n## Requirements\n\n- Xcode 10 or later\n- Swift 5.0\n- iOS 10.3 or later\n- macOS 10.12 or later\n\n## Installation via `CocoaPods`\n\n```Ruby\npod 'AssetImportKit'\n```\n\n## Usage\n\n```Swift\ndo {\n  let assimpScene = try SCNScene.assimpScene(filePath: filePath,\n                                              postProcessSteps: [.defaultQuality])\n  let modelScene = assimpScene.modelScene\n  modelScene.rootNode.childNodes.forEach {\n    sceneView.scene?.rootNode.addChildNode($0)\n  }\n} catch {\n  debugPrint(error.localizedDescription)\n}\n```\n\n## License\n\n[AssetImportKit's license](LICENSE) is based on 3-clause BSD-License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feugenebokhan%2Fasset-import-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feugenebokhan%2Fasset-import-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feugenebokhan%2Fasset-import-kit/lists"}