{"id":13600134,"url":"https://github.com/assimp/assimp2json","last_synced_at":"2025-04-10T21:31:16.899Z","repository":{"id":9091296,"uuid":"10868290","full_name":"assimp/assimp2json","owner":"assimp","description":"JSON exporter for Open Asset Import Library to make 3D models accessible from JS/WebGl","archived":true,"fork":true,"pushed_at":"2013-10-11T14:57:42.000Z","size":1280,"stargazers_count":16,"open_issues_count":0,"forks_count":6,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-11-07T02:36:48.251Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://assimp.sf.net","language":"C++","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"acgessler/assimp2json","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/assimp.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":"2013-06-22T16:19:11.000Z","updated_at":"2024-03-25T09:43:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/assimp/assimp2json","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assimp%2Fassimp2json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assimp%2Fassimp2json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assimp%2Fassimp2json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assimp%2Fassimp2json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/assimp","download_url":"https://codeload.github.com/assimp/assimp2json/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248301376,"owners_count":21080883,"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":[],"created_at":"2024-08-01T18:00:28.381Z","updated_at":"2025-04-10T21:31:15.788Z","avatar_url":"https://github.com/assimp.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"assimp2json\n========\n\n#### JSON exporter for Open Asset Import Library ####\n\nConvert files in 40+ 3D file formats, including __Collada, 3DS, OBJ, LWO, FBX, Blender, X, STL, PLY, MS3D, B3D, MD3, MDL, DXF__ and __IFC__ to plain `json`.\n\n[__Download Windows binaries here__.](https://github.com/acgessler/assimp2json/releases) (_v2.0, October 2013_)\n\n![quak](http://s21.postimg.org/nu1bfiobr/dwarf22.png)\n\n### Introduction ###\n\n`assimp2json` is a command line tool designed to expose the import capabilities of `assimp`, the [Open Asset Import Library](http://assimp.sourceforge.net) to WebGl developers. The tool takes a single 3d model as input file, imports it using `assimp` and converts the result to `json`.\n\n`assimp2json` is platform-independent, its only dependency is `assimp` itself.\n\n### Output Format ###\n\nThe output format is a one-by-one translation of [Assimp's C datastructure](http://assimp.sourceforge.net/lib_html/structai_scene.html) , with a few changes to make the resulting `json` look more natural. All fields are lower-case and the prefixes (such as m, pc, ..) are omitted. Array lengths are not written as this information is implicitly given. Empty arrays are not written at all, i.e. a node without children doesn't have an empty `children:[]` field.\n\nThe `/samples` folder contains some sample `json` files.\n\n### Build ###\n\nThe build system for assimp2json is CMake. To build, use either the CMake GUI or the CMake command line utility. __Note__: make sure you pulled the `assimp` submodule, i.e. with `git submodule init \u0026\u0026 git submodule update`\n\n### Usage ###\n\n``` \n$ assimp2json [flags] input_file [output_file] \n```\n\n(omit the `output_file` argument to get the `json` string on stdout)\n\nInvoke `assimp2json` with no arguments for detailed information.\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fassimp%2Fassimp2json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fassimp%2Fassimp2json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fassimp%2Fassimp2json/lists"}