{"id":13759027,"url":"https://github.com/Tresjs/cientos","last_synced_at":"2025-05-10T09:31:27.387Z","repository":{"id":164479258,"uuid":"616001108","full_name":"Tresjs/cientos","owner":"Tresjs","description":"Collection of useful helpers and fully functional, ready-made abstractions for TresJS","archived":false,"fork":false,"pushed_at":"2024-11-13T13:44:47.000Z","size":95144,"stargazers_count":288,"open_issues_count":59,"forks_count":41,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-11-13T14:35:34.425Z","etag":null,"topics":["3d","abstractions","composable","declarative","threejs","vite","vue","webgl"],"latest_commit_sha":null,"homepage":"https://cientos.tresjs.org/","language":"Vue","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/Tresjs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":["tresjs","jaimetorrealba","alvarosabu"],"open_collective":"tresjs"}},"created_at":"2023-03-19T10:27:16.000Z","updated_at":"2024-11-10T21:08:18.000Z","dependencies_parsed_at":"2023-09-23T16:28:26.188Z","dependency_job_id":"f840ff22-3100-4153-b07c-adaafb226a4c","html_url":"https://github.com/Tresjs/cientos","commit_stats":null,"previous_names":[],"tags_count":71,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tresjs%2Fcientos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tresjs%2Fcientos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tresjs%2Fcientos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tresjs%2Fcientos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tresjs","download_url":"https://codeload.github.com/Tresjs/cientos/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224471000,"owners_count":17316709,"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","composable","declarative","threejs","vite","vue","webgl"],"created_at":"2024-08-03T13:00:43.873Z","updated_at":"2024-11-16T16:30:24.280Z","avatar_url":"https://github.com/Tresjs.png","language":"Vue","funding_links":["https://github.com/sponsors/tresjs","https://github.com/sponsors/jaimetorrealba","https://github.com/sponsors/alvarosabu","https://opencollective.com/tresjs"],"categories":["1. 框架集成（按前端框架分）","Components \u0026 Libraries","Related Frameworks"],"sub_categories":["Vue","UI Utilities"],"readme":"![repository-banner.png](/public/repo-banner.png)\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@tresjs/cientos\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/@tresjs/cientos/latest?color=FBB03B\" alt=\"npm package\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@tresjs/cientos\"\u003e\u003cimg src=\"https://img.shields.io/npm/dm/@tresjs/cientos?color=FBB03B\" alt=\"npm downloads\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://discord.gg/UCr96AQmWn\"\u003e\u003cimg src=\"https://img.shields.io/badge/chat-discord-purple?style=flat\u0026logo=discord\" alt=\"discord chat\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cbr/\u003e\n\n# Cientos\n\n\u003e Collection of useful helpers and fully functional, ready-made abstractions for Tres\n\n- 💡 Build a 3D scene working only with Vue components.\n- ⚡️ Powered by Vite\n- 🥰 It brings all the updated features of ThreeJS right away regardless the version\n- 🦾 Fully Typed\n\nCientos (the Spanish word for \"hundreds\", pronounced /θjentos/ ) is a collection of useful ready-to-go helpers and components that are not part of the core package. The name uses the word used in Spanish to multiply by 100, to refer to the potential reach of the package to hold an amazing abstraction.\n\nThe cientos package uses `three-stdlib` module under the hood instead of the three/examples/jsm module. This means that you don't need to extend the catalog of components using the extend method from the `core`, cientos does it for you.\n\nIt just works. 💯\n\n## Installation\n\n```bash\npnpm i @tresjs/cientos\n```\n\n## Docs\n\nCheckout the [docs](https://cientos.tresjs.org/)\n\n## Demos\n\n- [Stackblitz Collection](https://stackblitz.com/@alvarosabu/collections/tresjs)\n\n## Contributing\n\nWe are open to contributions, please read the [contributing guide](/CONTRIBUTING.md) to get started.\n\n### Build\n\nTo build the package run:\n\n```bash\npnpm run build\n```\n\n### Playground\n\nTo run the playground run, is a great way to test the components and helpers locally:\n\nFirst, install dependencies\n\n```\npnpm i\n```\n\nAnd then to run the development server on http://localhost:5173\n\n```bash\npnpm run playground\n```\n\n### Test\n\nTODO...\n\n### Docs\n\nTo run de docs in dev mode\n\n```bash\npnpm run docs:dev\n```\n\nTo build them\n\n```bash\npnpm run docs:build\n```\n\n## License\n\n[MIT](/LICENSE)\n\n## Sponsors\n\nBe the first to support this project [here](https://github.com/sponsors/alvarosabu) ☺️.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTresjs%2Fcientos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTresjs%2Fcientos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTresjs%2Fcientos/lists"}