{"id":51033083,"url":"https://github.com/seletz/plotter","last_synced_at":"2026-06-22T02:33:19.095Z","repository":{"id":354235800,"uuid":"1220301434","full_name":"seletz/plotter","owner":"seletz","description":"My plotter designs","archived":false,"fork":false,"pushed_at":"2026-04-27T17:27:11.000Z","size":68,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2026-04-27T19:21:38.464Z","etag":null,"topics":["generative-art","plotter-art","plotters"],"latest_commit_sha":null,"homepage":"https://seletz.github.io/plotter/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seletz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-24T18:56:14.000Z","updated_at":"2026-04-27T17:29:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/seletz/plotter","commit_stats":null,"previous_names":["seletz/plotter"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/seletz/plotter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seletz%2Fplotter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seletz%2Fplotter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seletz%2Fplotter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seletz%2Fplotter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seletz","download_url":"https://codeload.github.com/seletz/plotter/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seletz%2Fplotter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34632718,"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-06-22T02:00:06.391Z","response_time":106,"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":["generative-art","plotter-art","plotters"],"created_at":"2026-06-22T02:33:14.362Z","updated_at":"2026-06-22T02:33:19.087Z","avatar_url":"https://github.com/seletz.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# plotter\n\nCode, generators, and the public **logbook** for designs I make on my **iDraw H A1**\npen plotter.\n\nThe logbook itself is the point — see the live site:\n**https://seletz.github.io/plotter/**\n\n## Repo layout\n\n```\n.\n├── docs/                # Logbook source (markdown). Built by zensical.\n│   ├── index.md         # Landing page\n│   ├── about.md         # About / authoring rules\n│   └── designs/         # One markdown file per design\n├── templates/\n│   └── design.md        # Per-design page template (4 headings)\n├── cuboid/              # Generator for the \"cuboid\" design\n├── calibrate/           # Plotter calibration tooling\n├── zensical.toml        # Site config\n├── mise.toml            # Task runner / tool versions\n└── .github/workflows/   # CI: build \u0026 deploy site to GH Pages\n```\n\n## Authoring a new design page\n\n1. Pick a slug, e.g. `radial-bursts`.\n2. Copy the template:\n   ```sh\n   cp templates/design.md docs/designs/radial-bursts.md\n   ```\n3. Fill in **Vision** and **Inspiration**. Leave **Journey** empty until something happens.\n4. Add the page to `nav` in `zensical.toml`.\n5. Add a bullet to `docs/designs/index.md` under the appropriate status.\n6. Preview locally:\n   ```sh\n   mise run docs:serve\n   ```\n   then open \u003chttp://localhost:8000\u003e.\n\nEvery design page has the same four headings, in this order:\n\n1. **Vision** — what the design is / wants to be.\n2. **Inspiration** — references, links, prior art.\n3. **Journey** — dated work log, append-only.\n4. **Status** — `vision` / `prototyping` / `plotted` / `shelved`.\n\nPages are **hand-written**. AI assistance is limited to spell-check and light grammar.\n\n## Tasks\n\nAll tasks are run via [`mise`](https://mise.jdx.dev/):\n\n| Task | What it does |\n| --- | --- |\n| `mise run docs:build` | Build the static site into `./site` |\n| `mise run docs:serve` | Serve the site locally with live reload |\n| `mise run cuboid` | Generate the cuboid SVG |\n| `mise run calibrate` | Generate + optimize the plotter calibration sheet |\n\n## Python deps\n\nManaged exclusively with [`uv`](https://docs.astral.sh/uv/). To install / sync:\n\n```sh\nuv sync\n```\n\nTo add a dependency:\n\n```sh\nuv add \u003cpackage\u003e            # runtime\nuv add --dev \u003cpackage\u003e      # dev only\n```\n\n## Deployment\n\nOn every push to `develop`, GitHub Actions runs `mise run docs:build` and publishes\n`./site` to GitHub Pages. The workflow lives in `.github/workflows/docs.yml`.\n\nRepo Settings → Pages must have **Source = GitHub Actions**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseletz%2Fplotter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseletz%2Fplotter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseletz%2Fplotter/lists"}