{"id":16153259,"url":"https://github.com/danielesteban/sculpty","last_synced_at":"2025-07-17T16:32:45.260Z","repository":{"id":65593765,"uuid":"594582091","full_name":"danielesteban/sculpty","owner":"danielesteban","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-31T07:52:00.000Z","size":1738,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-18T13:57:46.958Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://sculpty.gatunes.com","language":"TypeScript","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/danielesteban.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":"2023-01-29T01:30:17.000Z","updated_at":"2024-06-01T16:04:22.000Z","dependencies_parsed_at":"2023-02-15T22:31:26.853Z","dependency_job_id":null,"html_url":"https://github.com/danielesteban/sculpty","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"ccd8b7a14136c58a075d8fda884c22727c3ecd59"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danielesteban/sculpty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielesteban%2Fsculpty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielesteban%2Fsculpty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielesteban%2Fsculpty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielesteban%2Fsculpty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielesteban","download_url":"https://codeload.github.com/danielesteban/sculpty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielesteban%2Fsculpty/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265629946,"owners_count":23801494,"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":[],"created_at":"2024-10-10T01:10:46.643Z","updated_at":"2025-07-17T16:32:45.215Z","avatar_url":"https://github.com/danielesteban.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[sculpty](https://github.com/danielesteban/sculpty)\n[![npm-version](https://img.shields.io/npm/v/sculpty.svg)](https://www.npmjs.com/package/sculpty)\n==\n\n### Installation\n\n```bash\nnpm install sculpty\n```\n\n### Basic usage\n\n```js\nimport { World } from 'sculpty';\nimport { PerspectiveCamera, Scene, sRGBEncoding, WebGLRenderer } from 'three';\n\nconst aspect = window.innerWidth / window.innerHeight;\nconst camera = new PerspectiveCamera(75, aspect, 0.1, 1000);\nconst renderer = new WebGLRenderer({ antialias: true });\nrenderer.outputEncoding = sRGBEncoding;\nrenderer.setSize(window.innerWidth, window.innerHeight);\ndocument.getElementById('renderer').appendChild(renderer.domElement);\n\nconst scene = new Scene();\nconst world = new World();\nworld.update(Array.from({ length: 20 }, (_, i) =\u003e ({\n  x: i - 10, y: Math.floor(Math.sin(i * 0.5) * 2), z: -10,\n  r: 255, g: 255, b: 255,\n  value: 255,\n})));\nscene.add(world);\n\nrenderer.setAnimationLoop(() =\u003e {\n  renderer.render(scene, camera);\n});\n```\n\n### Examples\n\n * Basic: [sculpty.glitch.me](https://sculpty.glitch.me) ([source](https://glitch.com/edit/#!/sculpty))\n * Editor: [sculpty.gatunes.com](https://sculpty.gatunes.com) ([source](example))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielesteban%2Fsculpty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielesteban%2Fsculpty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielesteban%2Fsculpty/lists"}