{"id":13730299,"url":"https://github.com/thisistherk/fast_obj","last_synced_at":"2025-05-08T02:32:10.097Z","repository":{"id":44709051,"uuid":"142759313","full_name":"thisistherk/fast_obj","owner":"thisistherk","description":"Fast C OBJ parser","archived":false,"fork":false,"pushed_at":"2024-06-04T19:41:52.000Z","size":135,"stargazers_count":635,"open_issues_count":13,"forks_count":47,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-11-14T21:37:57.670Z","etag":null,"topics":[],"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/thisistherk.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-29T12:31:08.000Z","updated_at":"2024-11-14T12:21:41.000Z","dependencies_parsed_at":"2023-12-21T19:10:36.614Z","dependency_job_id":"32679e07-2c3b-4b85-9ea3-5fbf1ff27247","html_url":"https://github.com/thisistherk/fast_obj","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisistherk%2Ffast_obj","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisistherk%2Ffast_obj/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisistherk%2Ffast_obj/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisistherk%2Ffast_obj/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thisistherk","download_url":"https://codeload.github.com/thisistherk/fast_obj/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252986914,"owners_count":21836253,"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-03T02:01:12.985Z","updated_at":"2025-05-08T02:32:09.765Z","avatar_url":"https://github.com/thisistherk.png","language":"C++","readme":"# fast_obj\n\nBecause the world needs another OBJ loader.\nSingle header library, should compile without warnings in both C89 or C++.\nMuch faster (5-10x) than other libraries tested.\n\nTo use:\n\n     fastObjMesh* mesh = fast_obj_read(\"path/to/objfile.obj\");\n\n     ...do stuff with mesh...\n\n     fast_obj_destroy(mesh);\n\nNote that valid indices in the `fastObjMesh::indices` array start from `1`.  A dummy position, normal and\ntexture coordinate are added to the corresponding `fastObjMesh` arrays at element `0` and then an index\nof `0` is used to indicate that attribute is not present at the vertex.  This means that users can avoid\nthe need to test for non-present data if required as the vertices will still reference a valid entry in\nthe mesh arrays.\n\nA simple test app is provided to compare speed against [tinyobjloader](https://github.com/syoyo/tinyobjloader) and\ncheck output matches.\n\n### Version 1.3\n\nVersion 1.3 makes a small change to the API.  Textures are now stored in a separate array on the\n`fastObjMesh` structure, and are referenced by index from materials, instead of being referenced\nby the material directly.\n\n","funding_links":[],"categories":["C++"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisistherk%2Ffast_obj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthisistherk%2Ffast_obj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisistherk%2Ffast_obj/lists"}