{"id":20754592,"url":"https://github.com/theawesomecoder61/smdloader","last_synced_at":"2026-07-18T03:04:48.600Z","repository":{"id":75808962,"uuid":"107705564","full_name":"theawesomecoder61/SMDLoader","owner":"theawesomecoder61","description":"A three.js loader used for loading SMD files (Valve Studiomdl Data)","archived":false,"fork":false,"pushed_at":"2017-10-20T17:27:33.000Z","size":2,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-05T04:05:03.695Z","etag":null,"topics":["loader","smd","source","threejs","valve"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theawesomecoder61.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-10-20T17:13:12.000Z","updated_at":"2025-07-29T11:16:11.000Z","dependencies_parsed_at":"2023-02-27T00:31:09.943Z","dependency_job_id":null,"html_url":"https://github.com/theawesomecoder61/SMDLoader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/theawesomecoder61/SMDLoader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theawesomecoder61%2FSMDLoader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theawesomecoder61%2FSMDLoader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theawesomecoder61%2FSMDLoader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theawesomecoder61%2FSMDLoader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theawesomecoder61","download_url":"https://codeload.github.com/theawesomecoder61/SMDLoader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theawesomecoder61%2FSMDLoader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279077032,"owners_count":26098233,"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","status":"online","status_checked_at":"2025-10-15T02:00:07.814Z","response_time":56,"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":["loader","smd","source","threejs","valve"],"created_at":"2024-11-17T09:18:23.447Z","updated_at":"2026-07-18T03:04:43.580Z","avatar_url":"https://github.com/theawesomecoder61.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# SMDLoader\nA three.js loader used for loading SMD files (Valve Studiomdl Data). SMD files are ASCII and are used by Valve's Source Engine. You can go to [Valve's article about SMD files](https://developer.valvesoftware.com/wiki/SMD) if you want to learn more about them.\n\n# Features\n### Supported\n- meshes\n\n### Upcoming\n- skinning/skeleton\n- textures (VTF is propietary, and therefore any textures will need to converted to either PNG, TGA, DDS, etc.)\n- animation\n\n# How to use\n1. Download the latest version of SMDLoader.js\n2. In your HTML, add\n```html\n\u003cscript src=\"path/to/SMDLoader.js\"\u003e\u003c/script\u003e\n```\n\n# Examples\n### Basic\n```js\nvar loader = new THREE.SMDLoader();\nloader.load(\"model.smd\", function(object) {\n  // object is either a THREE.Mesh or a THREE.SkinnedMesh (depends on whether there is a skeleton present in the SMD file)\n  scene.add(object);\n});\n```\n### Scene\n[Click here to see SMDLoader in action.](http://metasciencetechnologies.com/smdloader)\n\n# Changelog\n### Version 1.0 - ??/??/2017\n- initial version\n- meshes are the only thing supported right now\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheawesomecoder61%2Fsmdloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheawesomecoder61%2Fsmdloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheawesomecoder61%2Fsmdloader/lists"}