{"id":34692988,"url":"https://github.com/deadronos/planet-life-3d","last_synced_at":"2026-02-17T18:13:06.647Z","repository":{"id":329811188,"uuid":"1115784321","full_name":"deadronos/planet-life-3d","owner":"deadronos","description":"A 3D Conway-style cellular automaton that runs on a lat/lon grid wrapped onto a planet. Click the planet to shoot a meteor. On impact it seeds the grid using a configurable pattern.","archived":false,"fork":false,"pushed_at":"2025-12-22T20:12:33.000Z","size":3389,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-23T08:44:33.250Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://deadronos.github.io/planet-life-3d/","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/deadronos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-12-13T14:48:22.000Z","updated_at":"2025-12-22T20:11:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/deadronos/planet-life-3d","commit_stats":null,"previous_names":["deadronos/planet-life-3d"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/deadronos/planet-life-3d","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadronos%2Fplanet-life-3d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadronos%2Fplanet-life-3d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadronos%2Fplanet-life-3d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadronos%2Fplanet-life-3d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deadronos","download_url":"https://codeload.github.com/deadronos/planet-life-3d/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadronos%2Fplanet-life-3d/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28010341,"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-12-24T02:00:07.193Z","response_time":83,"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":"2025-12-24T22:04:04.573Z","updated_at":"2025-12-24T22:04:05.213Z","avatar_url":"https://github.com/deadronos.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Planet Life 3D (Conway on a Sphere)\n\nA 3D Conway-style cellular automaton that runs on a lat/lon grid wrapped onto a planet.\nClick the planet to shoot a meteor. On impact it seeds the grid using a configurable pattern.\n\n## Demo Screenshot\n\n![screenshot](image.png)\n\n## Run\n\n```bash\nnpm install\nnpm run dev\n```\n\n## Controls\n\n- Orbit with mouse (right drag to pan, wheel zoom).\n- Click the planet to fire a meteor at the clicked spot.\n- Tune grid/rules/speed/meteor + seeding parameters via the Leva UI.\n\n## Testing\n\n- Run the test suite: `npm run test`\n- Run in watch mode: `npm run test:watch`\n- Open the Vitest UI: `npm run test:ui`\n\n## Pre-commit hook (automatic formatting)\n\nThis repo uses lint-staged to automatically format and lint staged files before commit. A lightweight git hook lives in `.githooks/pre-commit` and runs `npm run format:staged` for JS/TS and other file types.\n\n- Run `npm install` to install dependencies and configure the hook (the `postinstall` script runs `npm run install:hooks`).\n- To install hooks manually, run `npm run install:hooks`.\n- To format staged files manually, run `npm run format:staged`.\n\nIf you prefer not to use the hook, unset your local git hooks path with `git config --unset core.hooksPath`.\n\n## Deployment\n\nThe site is deployed to GitHub Pages when a new tag starting with `v` is pushed (for example `v1.0.0`). The Actions workflow `\\.github/workflows/deploy-pages.yml` builds the project and deploys the `dist` output using Node.js 20.x and the official GitHub Actions for Pages (`actions/configure-pages@v5`, `actions/upload-pages-artifact@v4`, `actions/deploy-pages@v4`).\n\nTo test the build locally before tagging, run:\n\n```bash\nnpm install\nnpm run build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeadronos%2Fplanet-life-3d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeadronos%2Fplanet-life-3d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeadronos%2Fplanet-life-3d/lists"}