{"id":15054544,"url":"https://github.com/patricevignola/dot-model-2-obj","last_synced_at":"2026-02-24T21:34:28.693Z","repository":{"id":57215326,"uuid":"134872152","full_name":"PatriceVignola/dot-model-2-obj","owner":"PatriceVignola","description":"Transcode .model 3D files to .obj in JavaScript.","archived":false,"fork":false,"pushed_at":"2018-05-29T04:15:55.000Z","size":1414,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-09T01:06:14.853Z","etag":null,"topics":["3d","model","obj","opengl","transcoder","webgl"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/PatriceVignola.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":"2018-05-25T15:13:03.000Z","updated_at":"2021-04-29T03:01:33.000Z","dependencies_parsed_at":"2022-08-24T21:01:09.876Z","dependency_job_id":null,"html_url":"https://github.com/PatriceVignola/dot-model-2-obj","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatriceVignola%2Fdot-model-2-obj","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatriceVignola%2Fdot-model-2-obj/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatriceVignola%2Fdot-model-2-obj/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatriceVignola%2Fdot-model-2-obj/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PatriceVignola","download_url":"https://codeload.github.com/PatriceVignola/dot-model-2-obj/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243523194,"owners_count":20304552,"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","model","obj","opengl","transcoder","webgl"],"created_at":"2024-09-24T21:38:47.746Z","updated_at":"2026-02-24T21:34:28.641Z","avatar_url":"https://github.com/PatriceVignola.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dot-model-2-obj\n\n[![Circle CI Status](https://circleci.com/gh/PatriceVignola/dot-model-2-obj.svg?style=shield)](https://circleci.com/gh/PatriceVignola/dot-model-2-obj) [![Coverage Status](https://coveralls.io/repos/github/PatriceVignola/dot-model-2-obj/badge.svg?branch=master)](https://coveralls.io/github/PatriceVignola/dot-model-2-obj?branch=master) [![npm version](https://badge.fury.io/js/dot-model-2-obj.svg)](https://badge.fury.io/js/dot-model-2-obj) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) [![jest](https://facebook.github.io/jest/img/jest-badge.svg)](https://github.com/facebook/jest)\n\nTranscode .model 3D files to .obj in JavaScript.\n\n`model` is a binary format used by Apple in WWDC 2010's [GLEssentials sample](https://developer.apple.com/library/content/samplecode/GLEssentials/Introduction/Intro.html).\n\ndot-model-2-obj can be used in pure JavaScript applications runnable directly in the browser, as well as any ES5 and ES6 applications ([Node.js](https://nodejs.org/), [React](https://reactjs.org/), [React Native](https://facebook.github.io/react-native/), [React Native Web](https://github.com/necolas/react-native-web), etc).\n\n## Getting Started\n\nYou can install the library with `yarn`:\n```sh\nyarn add dot-model-2-obj\n```\nYou can also use npm:\n```sh\nnpm install dot-model-2-obj --save\n```\n\n## Usage\n\n### Pure JavaScript\n\nComing soon...\n\n### ES5/ES6\n\nComing soon...\n\n## Examples\n\nTo run the examples, follow the following steps depending on your platform:\n\n### Pure JavaScript\n\nFirst, make sure to run `yarn build` or `npm run build`. This will generate the `dist/dot-model-2-obj.min.js` file used in the example.\n\nThen, simply drag and drop `examples/pure-javascript-example/example.html` in your favorite browser, select `models/demon.model` and press the `Transcode` button. The transcoder will transcode the .model file and save `demon.obj` in your downloads folder.\n\n### React\n\nComing soon...\n\n### React Native\n\nComing soon...\n\n### Node.js\n\nComing soon...\n\n### Babylon.js\n\nComing soon...\n\n## License\n\ndot-model-2-obj is [MIT licensed](https://github.com/PatriceVignola/dot-model-2-obj/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatricevignola%2Fdot-model-2-obj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatricevignola%2Fdot-model-2-obj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatricevignola%2Fdot-model-2-obj/lists"}