{"id":13725016,"url":"https://github.com/pmndrs/three-stdlib","last_synced_at":"2025-05-13T21:05:09.454Z","repository":{"id":36972073,"uuid":"341884076","full_name":"pmndrs/three-stdlib","owner":"pmndrs","description":"📚 Stand-alone library of threejs examples designed to run without transpilation in node \u0026 browser","archived":false,"fork":false,"pushed_at":"2025-04-29T01:34:44.000Z","size":4688,"stargazers_count":786,"open_issues_count":30,"forks_count":131,"subscribers_count":17,"default_branch":"main","last_synced_at":"2025-05-09T07:31:00.484Z","etag":null,"topics":["3d","abstractions","examples","helpers","threejs","typescript"],"latest_commit_sha":null,"homepage":"https://npmjs.com/three-stdlib","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/pmndrs.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,"zenodo":null}},"created_at":"2021-02-24T11:53:14.000Z","updated_at":"2025-05-06T19:42:15.000Z","dependencies_parsed_at":"2023-02-17T21:01:00.635Z","dependency_job_id":"c2a83eab-6de4-4a4b-ad93-c2c6e20d46ef","html_url":"https://github.com/pmndrs/three-stdlib","commit_stats":{"total_commits":461,"total_committers":72,"mean_commits":6.402777777777778,"dds":0.7787418655097613,"last_synced_commit":"344c894d7e25a4edfb8bd0b39c4494f82783f787"},"previous_names":[],"tags_count":254,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmndrs%2Fthree-stdlib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmndrs%2Fthree-stdlib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmndrs%2Fthree-stdlib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmndrs%2Fthree-stdlib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pmndrs","download_url":"https://codeload.github.com/pmndrs/three-stdlib/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253992278,"owners_count":21996097,"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","abstractions","examples","helpers","threejs","typescript"],"created_at":"2024-08-03T01:02:09.892Z","updated_at":"2025-05-13T21:05:09.374Z","avatar_url":"https://github.com/pmndrs.png","language":"JavaScript","funding_links":[],"categories":["Utilities","JavaScript"],"sub_categories":["Visual Editor"],"readme":"# three-stdlib\n\n[![Version](https://img.shields.io/npm/v/three-stdlib?style=flat\u0026colorA=000000\u0026colorB=000000)](https://npmjs.com/package/three-stdlib)\n[![Downloads](https://img.shields.io/npm/dt/three-stdlib.svg?style=flat\u0026colorA=000000\u0026colorB=000000)](https://npmjs.com/package/three-stdlib)\n[![Twitter](https://img.shields.io/twitter/follow/pmndrs?label=%40pmndrs\u0026style=flat\u0026colorA=000000\u0026colorB=000000\u0026logo=twitter\u0026logoColor=000000)](https://twitter.com/pmndrs)\n[![Discord](https://img.shields.io/discord/740090768164651008?style=flat\u0026colorA=000000\u0026colorB=000000\u0026label=discord\u0026logo=discord\u0026logoColor=000000)](https://discord.gg/ZZjjNvJ)\n[![release](https://github.com/pmndrs/three-stdlib/actions/workflows/main.yml/badge.svg?style=flat\u0026colorA=000000\u0026colorB=000000)](https://github.com/pmndrs/three-stdlib/actions/workflows/main.yml)\n\nStand-alone version of [threejs/examples/jsm](https://github.com/mrdoob/three.js/tree/dev/examples/jsm) written in Typescript \u0026 built for ESM \u0026 CJS.\n\n## Basic usage\n\n```bash\nnpm install three-stdlib\n```\n\n```ts\n// Export collection\nimport * as STDLIB from 'three-stdlib'\n// Flatbundle\nimport { OrbitControls, ... } from 'three-stdlib'\n```\n\n## Problem\n\n`three/examples` are usually regarded as something that you copy/paste into your project and adapt to your needs. That's not how people use it, and this has caused numerous issues in the past.\n\n## Solution\n\n- A build system for ESM and CJS, compatible with browser, workers, and Node\n- Class based, optimized for tree-shaking, no globals, exports instead of collections\n- Typesafety with simple annotation-like types\n- SemVer and NPM managed dependencies\n\nBut most importantly, allowing more people that use and rely on these primitives to hold a little stake, and to share the weight of maintaining it.\n\n## How to Contribute\n\n1.  Fork and clone the repo\n2.  Run `yarn install` to install dependencies\n3.  Create a branch for your PR with `git checkout -b pr-type/issue-number-your-branch-name beta\n4.  Let's get cooking! 👨🏻‍🍳🥓\n\n### Commit Guidelines\n\nBe sure your commit messages follow this specification: https://conventionalcommits.org/en/v1.0.0-beta.4\n\n## Publishing\n\nWe use `semantic-release-action` to deploy the package. Because of this only certain commits will trigger the action of creating a release:\n\n- `chore` will not release a new version\n- `fix:` will create a `0.0.x` version\n- `feat:` will create a `0.x.0` version\n- `BREAKING CHANGE:` will create a `x.0.0` version","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmndrs%2Fthree-stdlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpmndrs%2Fthree-stdlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmndrs%2Fthree-stdlib/lists"}