{"id":18595423,"url":"https://github.com/ericjang/wavefrontobjs.jl","last_synced_at":"2026-01-30T02:42:32.030Z","repository":{"id":145007163,"uuid":"48445543","full_name":"ericjang/WavefrontOBJs.jl","owner":"ericjang","description":"Importing Wavefront OBJs and MTL files","archived":false,"fork":false,"pushed_at":"2015-12-22T17:59:52.000Z","size":306,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-08T00:09:45.553Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","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/ericjang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-22T17:36:52.000Z","updated_at":"2015-12-22T17:37:32.000Z","dependencies_parsed_at":"2023-04-09T11:01:40.581Z","dependency_job_id":null,"html_url":"https://github.com/ericjang/WavefrontOBJs.jl","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ericjang/WavefrontOBJs.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericjang%2FWavefrontOBJs.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericjang%2FWavefrontOBJs.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericjang%2FWavefrontOBJs.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericjang%2FWavefrontOBJs.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericjang","download_url":"https://codeload.github.com/ericjang/WavefrontOBJs.jl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericjang%2FWavefrontOBJs.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28897031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T21:06:44.224Z","status":"online","status_checked_at":"2026-01-30T02:00:06.810Z","response_time":66,"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":[],"created_at":"2024-11-07T01:19:38.343Z","updated_at":"2026-01-30T02:42:32.007Z","avatar_url":"https://github.com/ericjang.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WavefrontOBJs\n\n[![Build Status](https://travis-ci.org/ericjang/WavefrontOBJs.jl.svg?branch=master)](https://travis-ci.org/ericjang/WavefrontOBJs.jl)\n\nWavefrontOBJs is a Julia package for loading Wavefront OBJ geometry and Wavefront MTL materials.\n\nThe implementation is based on [tinyobjloader](https://github.com/syoyo/tinyobjloader).\n\nImplements subsets of the [.obj](http://www.martinreddy.net/gfx/3d/OBJ.spec) and [.mtl](http://paulbourke.net/dataformats/mtl/) specifications. This should be suitable for most things.\n\n## Usage:\n\n```julia\nusing WavefrontOBJs\nmeshes = loadOBJ(\"CornellBox/CornellBox-Original.obj\")\nmaterials = loadMTL(\"CornellBox/CornellBox-Original.mtl\")\n# Alternatively, you can load both OBJs and MTLs simultaneously via:\nmeshes, materials = load_obj_mtl(\"CornellBox/CornellBox-Original\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericjang%2Fwavefrontobjs.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericjang%2Fwavefrontobjs.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericjang%2Fwavefrontobjs.jl/lists"}