{"id":20832884,"url":"https://github.com/udhos/gwob","last_synced_at":"2025-05-08T01:40:58.720Z","repository":{"id":54926169,"uuid":"65851277","full_name":"udhos/gwob","owner":"udhos","description":"gwob - Pure Go Golang parser for Wavefront .OBJ 3D geometry file format","archived":false,"fork":false,"pushed_at":"2024-05-04T22:00:53.000Z","size":64,"stargazers_count":37,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-31T16:14:00.402Z","etag":null,"topics":["geometry","go","golang","graphics","mesh","obj","opengl","wavefront-obj"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/udhos.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":"2016-08-16T20:26:54.000Z","updated_at":"2025-02-23T03:19:42.000Z","dependencies_parsed_at":"2024-05-04T22:30:47.885Z","dependency_job_id":"0559ee2e-15a9-4842-b0e4-0d5ff4d437e8","html_url":"https://github.com/udhos/gwob","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udhos%2Fgwob","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udhos%2Fgwob/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udhos%2Fgwob/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udhos%2Fgwob/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/udhos","download_url":"https://codeload.github.com/udhos/gwob/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252983761,"owners_count":21835758,"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":["geometry","go","golang","graphics","mesh","obj","opengl","wavefront-obj"],"created_at":"2024-11-18T00:13:35.511Z","updated_at":"2025-05-08T01:40:58.694Z","avatar_url":"https://github.com/udhos.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![license](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/udhos/gwob/blob/master/LICENSE)\n[![GoDoc](https://godoc.org/github.com/udhos/gwob?status.svg)](http://godoc.org/github.com/udhos/gwob)\n[![Go Report Card](https://goreportcard.com/badge/github.com/udhos/gwob)](https://goreportcard.com/report/github.com/udhos/gwob)\n\n# gwob\ngwob - Pure Go Golang parser for Wavefront .OBJ 3D geometry file format\n\n# Install\n\n## Install with Go Modules (Go 1.11 or higher)\n\n    git clone https://github.com/udhos/gwob\n    cd gwob\n    go install\n\n## Install without Go Modules (Go before 1.11)\n\n    go get github.com/udhos/gwob\n    cd ~/go/src/github.com/udhos/gwob\n    go install github.com/udhos/gwob\n\n# Usage\n\nImport the package in your Go program:\n\n    import \"github.com/udhos/gwob\"\n\nExample:\n\n    // Error handling omitted for simplicity.\n\n    import \"github.com/udhos/gwob\"\n\n    options := \u0026gwob.ObjParserOptions{} // parser options\n\n    o, errObj := gwob.NewObjFromFile(\"gopher.obj\", options) // parse/load OBJ\n\n    // Scan OBJ groups\n    for _, g := range o.Groups {\n        // ...\n    }\n\n# Example\n\nRun the example:\n\n    cd example\n    go run main.go\n\nYou can supply a custom input OBJ by setting the env var INPUT:\n\n    INPUT=gopher.obj go run main.go\n\nIf you specify any command line argument, the OBJ will be dumped to stdout:\n\n    go run main.go d\n\nSee directory [example](example). \n\n# Documentation\n\nSee the [GoDoc](http://godoc.org/github.com/udhos/gwob) documentation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudhos%2Fgwob","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fudhos%2Fgwob","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudhos%2Fgwob/lists"}