{"id":16608087,"url":"https://github.com/allyourcodebase/assimp","last_synced_at":"2025-10-29T16:32:17.325Z","repository":{"id":68601295,"uuid":"402698940","full_name":"ikskuh/zig-assimp","owner":"ikskuh","description":"Open Asset Importer Library built with Zig","archived":false,"fork":false,"pushed_at":"2024-02-28T14:36:40.000Z","size":76,"stargazers_count":15,"open_issues_count":1,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-17T11:43:11.492Z","etag":null,"topics":["3d-formats","assimp","assimp-port","zig","zig-package","ziglang"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/ikskuh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"MasterQ32"}},"created_at":"2021-09-03T08:25:20.000Z","updated_at":"2024-05-17T11:43:14.039Z","dependencies_parsed_at":"2024-02-02T16:51:55.153Z","dependency_job_id":"e6463324-b50d-4234-a897-4125a6f5d82f","html_url":"https://github.com/ikskuh/zig-assimp","commit_stats":null,"previous_names":["ikskuh/zig-assimp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikskuh%2Fzig-assimp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikskuh%2Fzig-assimp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikskuh%2Fzig-assimp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikskuh%2Fzig-assimp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ikskuh","download_url":"https://codeload.github.com/ikskuh/zig-assimp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219857436,"owners_count":16556062,"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-formats","assimp","assimp-port","zig","zig-package","ziglang"],"created_at":"2024-10-12T01:25:03.600Z","updated_at":"2025-10-29T16:32:11.946Z","avatar_url":"https://github.com/ikskuh.png","language":"Zig","funding_links":["https://github.com/sponsors/MasterQ32"],"categories":[],"sub_categories":[],"readme":"# OpenAssetImporter Library Binding for Zig\n\nThis repo is a build sdk for [Assimp](https://github.com/assimp/assimp) to be used with the Zig build system:\n\n```zig\nconst std = @import(\"std\");\n\n// Import the SDK\nconst Assimp = @import(\"Sdk.zig\");\n\npub fn build(b: *std.build.Builder) void {\n    const mode = b.standardReleaseOptions();\n\n    const exe = b.addExecutable(\"static-example\", null);\n    exe.setBuildMode(mode);\n    exe.addCSourceFile(\"src/example.cpp\", \u0026[_][]const u8{\"-std=c++17\"});\n    exe.linkLibC();\n    exe.linkLibCpp();\n    exe.install();\n    \n    // Create a new instance\n    var sdk = Assimp.init(b);\n\n    // And link Assimp statically to our exe and enable a default set of\n    // formats.\n    sdk.addTo(exe, .static, Assimp.FormatSet.default);\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallyourcodebase%2Fassimp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallyourcodebase%2Fassimp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallyourcodebase%2Fassimp/lists"}