{"id":51417159,"url":"https://github.com/outercloudstudio/animoo","last_synced_at":"2026-07-04T20:30:45.369Z","repository":{"id":367454353,"uuid":"1218583016","full_name":"outercloudstudio/animoo","owner":"outercloudstudio","description":"Web motion graphics library","archived":false,"fork":false,"pushed_at":"2026-06-26T03:20:25.000Z","size":869,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-26T05:12:38.779Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/outercloudstudio.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-23T02:42:04.000Z","updated_at":"2026-06-26T03:20:29.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/outercloudstudio/animoo","commit_stats":null,"previous_names":["outercloudstudio/animoo"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/outercloudstudio/animoo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outercloudstudio%2Fanimoo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outercloudstudio%2Fanimoo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outercloudstudio%2Fanimoo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outercloudstudio%2Fanimoo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/outercloudstudio","download_url":"https://codeload.github.com/outercloudstudio/animoo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outercloudstudio%2Fanimoo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35135341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-04T02:00:05.987Z","response_time":113,"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":[],"created_at":"2026-07-04T20:30:44.886Z","updated_at":"2026-07-04T20:30:45.362Z","avatar_url":"https://github.com/outercloudstudio.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Animoo\n\n![Animoo Logo Hero](./assets/animoo-hero.gif)\n\n**The web motion graphics framework accelerated with WebGPU.** Animoo let's you\ncreate procedural motion graphics with a friendly API. Animoo is directly\nembedable into your website or export your animations as videos.\n\n### By the Way\n\nIf you find Animoo helpful or interesting, give this repo a star. ⭐ It lets me\nknow people are interested.\n\n## Installation\n\n```bash\ndeno add jsr:@outercloud/animoo\ndeno install --global --allow-all -n animoo jsr:@outercloud/animoo/cli.ts\n```\n\n## Quick Start\n\nCreate a file named `project.ts` in your root directory.\n\nInitialize a project and example clip.\n\n```ts\nimport { clip, hex, project } from \"@outercloud/animoo\";\n\nconst clip1 = clip(\"Clip 1\", {}, function* ({ background, add }: any) {\n  background(hex(\"#FFAF00\"));\n});\n\nexport default project([clip1]);\n```\n\nLaunch the previewer by running animoo in your terminal.\n\n```bash\nanimoo\n```\n\nVisit the previewer url in your browser. The URL will likely be\nhttp://127.0.0.1:5174/.\n\n## Feedback\n\nI'd love to hear your feedback or whatever you're working on with Animoo.\n\n- [Discord](https://discord.gg/z9GKKaJfhJ)\n- [Open an Issue](https://github.com/outercloudstudio/animoo/issues)\n\n## Contributing\n\nSee [the contributing guide](./.github/CONTRIBUTING.md).\n\n## License\n\n[MIT](https://raw.githubusercontent.com/outercloudstudio/animoo/refs/heads/main/LICENSE)\n\n---\n\nMade with love from [Outer Cloud](https://outercloud.dev).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutercloudstudio%2Fanimoo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foutercloudstudio%2Fanimoo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutercloudstudio%2Fanimoo/lists"}