Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"2d",
"bezier-curves",
"graphics",
"svg"
],
"is_fork": false,
"size_kb": 1832,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 509380
},
"pushed_at": "2026-07-26T13:21:06Z",
"created_at": "2022-06-14T14:39:10Z",
"owner_type": "User",
"updated_at": "2026-07-26T13:22:38Z",
"description": "draw handy sketches from your rust applications",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": null,
"name": "Orhan Balci",
"type": "User",
"login": "orhanbalci",
"company": null,
"location": "Afyonkarahisar",
"followers": 97,
"avatar_url": "https://avatars.githubusercontent.com/u/13239303?v=4",
"created_at": "2015-07-08T14:48:49Z",
"is_verified": null,
"public_repos": 76,
"account_age_days": 4036
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.13.0",
"kind": "minor",
"published_at": "2025-08-29T20:10:39Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2025-06-10T09:02:18Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2025-06-04T12:17:15Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2025-06-03T13:26:51Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2025-01-10T13:03:26Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2024-11-02T19:46:44Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2024-10-16T08:48:13Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2023-05-17T18:37:33Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2023-02-13T07:29:53Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2023-02-13T07:22:23Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2022-12-04T11:25:13Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2022-11-06T10:55:43Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2022-10-25T21:54:07Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2022-10-25T21:49:22Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2025-10-24T16:13:05Z"
}
],
"recent_commits": [
{
"oid": "fd669df46c11489843967c93885f188ae5a8a0c9",
"body": null,
"is_bot": false,
"headline": "add git log",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2026-07-26T13:20:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1e419b500005013ef1fecc075e146df025e19df",
"body": "…ersions",
"is_bot": false,
"headline": "bump svg path ops crate version, update readme to include crate dep v…",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2026-07-26T13:09:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b31801c484813b07da6bb84e081ba6c287660c8",
"body": "unshort() resolved each smooth segment's reflected control point against\nsegments_cache, a snapshot cloned before the pass. Since iterate() only\nsplices expanded segments back in after the loop, a smooth segment that\nfollowed another smooth segment read its predecessor in the original\nSmooth{Quadrat\n[…]\nts_cache during the\npass so the next smooth segment reads its predecessor's resolved form,\nmirroring svgpath's `segments[idx] = [...]`. Add regression tests for\nconsecutive T and consecutive S chains.",
"is_bot": false,
"headline": "Fix unshort() reading stale predecessor for consecutive smooth segments",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2026-07-26T12:27:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5c38b151042ec02f418b4d7255e92479f57972ed",
"body": "The \"no interior extremum\" test folded a[1] == a[0] into the falling\ndisjunct via `<=`, but that branch also requires a[2] <= a[1]. A rising\ncurve with a[1] == a[0] matched neither branch, fell through to the\nendpoint extremum formula, and returned the start value as its max —\nso to_box (and add_x/y\n[…]\n critical point is at the\nendpoint and there is no interior extremum, so equality belongs in the\nrising branch. Mirror svgpath's `a[1] >= a[0] ? a[2] >= a[1] : a[2] <= a[1]`\nand add a regression test.",
"is_bot": false,
"headline": "Fix minmax_q dropping the max for rising quadratics with a[1] == a[0]",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2026-07-26T12:23:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "18bddd5c63d0b4e563a30afec87d3e6b8141966c",
"body": "arc_to_cubic_curves computed start/end angles via asin() without\nclamping. Floating-point error could push the argument fractionally\npast -1.0 (e.g. -1.0000000000000002), and f64::asin returns NaN\noutside [-1, 1]. The NaN then propagated silently into every control\npoint of the emitted cubic — no er\n[…]\negression test covering the\nreported arcs, and make normalize_happy_path and get_bounding_box\ncompare coordinates with a 1e-9 tolerance so they stop failing on\nplatform-dependent last-ULP differences.",
"is_bot": false,
"headline": "Fix NaN control points in normalize() for elliptical arcs",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2026-07-26T12:11:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "de4685ff8b5e9cb740b5eef343fa1bc69cde29cd",
"body": "Generated by cargo-workspaces",
"is_bot": false,
"headline": "Release independent packages",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-10-24T16:17:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c48526e368c19f89255a736d88b5d300f332c35",
"body": "rough_plotters_svg@0.3.0\n\nGenerated by cargo-workspaces",
"is_bot": false,
"headline": "Release 0.3.0",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-10-24T16:15:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c64fbe4c0a73b34cc43f63ab8b6d2b5416e4f147",
"body": "rough_plotters_svg@0.2.0\n\nGenerated by cargo-workspaces",
"is_bot": false,
"headline": "Release 0.2.0",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-10-24T16:15:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b91eca3800d299392dc4b2f7392036539efbe31",
"body": null,
"is_bot": false,
"headline": "enter version for roughr dependency",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-10-24T16:14:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6eb61f9b979ff8150fe671d6431a5f256b856162",
"body": "rough_plotters_svg@0.1.0\n\nGenerated by cargo-workspaces",
"is_bot": false,
"headline": "Release 0.1.0",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-10-24T16:13:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3104ec04940c19f0724fb78521430d69d0daa6e5",
"body": null,
"is_bot": false,
"headline": "enter version for roughr dependency",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-10-24T16:12:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb6f8f6903fc743750a839a528fdd7df33d808e2",
"body": null,
"is_bot": false,
"headline": "docs(readme): 📚 add readme info about new crate",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-10-24T16:07:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65c1a4d05d588081fe87156cbc9b509ce5f80986",
"body": null,
"is_bot": false,
"headline": "feat(plotters_svg): ✨ add rough support for plotters svg backend",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-10-24T16:01:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d023ed94fe8d7a1049fd8151884198e3bc596fb",
"body": "rough_iced@0.13.0\nrough_piet@0.13.0\nrough_vello@0.13.0\n\nGenerated by cargo-workspaces",
"is_bot": false,
"headline": "Release 0.13.0",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-08-29T20:10:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14b5c4d30ace9fae01c643e4f77971e5abdcbb08",
"body": "update piet dependency in rough_piet",
"is_bot": false,
"headline": "Merge pull request #23 from flxzt/update-piet",
"author_name": "Orhan Balci",
"author_login": "orhanbalci",
"committed_at": "2025-08-29T20:01:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "638e9cf69f83ae77a886d9ea02aa320bd01a1ee1",
"body": null,
"is_bot": false,
"headline": "update piet dependency in rough_piet",
"author_name": "Felix Zwettler",
"author_login": "flxzt",
"committed_at": "2025-08-29T19:42:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eae53a5e3403c84d78eeebe4eec30f5bdbacebc9",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-08-11T13:46:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c865f7d36afdb80fba4a38aa308bd8c1e237d22",
"body": null,
"is_bot": false,
"headline": "add animated logo example drawn in different styles",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-08-11T13:35:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b304443192849dea65be3090f86540b67ac41ce",
"body": null,
"is_bot": false,
"headline": "remove unnecessary file",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-08-11T12:58:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0c21e8f38d56c1f6e5857e31b74be4c12430559",
"body": null,
"is_bot": false,
"headline": "add rough vello information to main readme file",
"author_name": "orhanbalci",
"author_login": null,
"committed_at": "2025-08-11T12:56:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "250a7c4cd2a750c552162b81a8cc2e16f368c38e",
"body": "… examples",
"is_bot": false,
"headline": "docs(vello): 📚 update rough vello adapter documentation to use latest…",
"author_name": "orhanbalci",
"author_login": null,
"committed_at": "2025-08-11T12:45:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e067e6518357b3ae4d8c283a1bd59c2183ded558",
"body": null,
"is_bot": false,
"headline": "test(vello): 🚨 add bevy vello integration basic example",
"author_name": "orhanbalci",
"author_login": null,
"committed_at": "2025-08-11T12:39:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1c568fbf44a395ecaa13522acb8b89619c74c0c",
"body": null,
"is_bot": false,
"headline": "update doc examples",
"author_name": "orhanbalci",
"author_login": null,
"committed_at": "2025-08-11T09:56:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b41330cc0eb3e97837ba2134dd4638ea22b26103",
"body": null,
"is_bot": false,
"headline": "feat(vello): ✨ add vello rough integration crate",
"author_name": "orhanbalci",
"author_login": null,
"committed_at": "2025-08-11T09:45:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "839d404ccd13ae081b0995c71f6d8b2b8cd93961",
"body": null,
"is_bot": false,
"headline": "update broken image link",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-06-10T10:24:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71b6d29878b8592b6ebe4174967a1977428f7c10",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-06-10T09:07:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1c2d96c944da4e74275aa09892be14e2d54445a",
"body": "rough_iced@0.12.0\nrough_piet@0.12.0\nrough_tiny_skia@0.12.0\nroughr@0.12.0\n\nGenerated by cargo-workspaces",
"is_bot": false,
"headline": "Release 0.12.0",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-06-10T09:02:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ad9ddd7ca27b885a5a77bcdac7aef8c46ebca4d",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-06-10T08:59:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39e44215688ac93cd5abfaf6456a9277b81db6b0",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-06-10T08:56:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa30905fb73654518952e718492aa3a0349f6ef3",
"body": null,
"is_bot": false,
"headline": "fix solid text",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-06-10T08:47:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9c700935ea58b757d3a57761f7d6b8e1ba18c13",
"body": null,
"is_bot": false,
"headline": "add more shapes and controls to example app",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-06-10T08:42:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd85dd8c77caa579f5d64c2d64b2bc08612a9670",
"body": null,
"is_bot": false,
"headline": "add more config options",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-06-09T20:37:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcba14b22b04c219848dd95cc25255fd40f231c1",
"body": null,
"is_bot": false,
"headline": "add more config values to example drawing app",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-06-09T20:10:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ac7ae435a99d446a4876c1706c330bd551b18c2",
"body": "…drawing example",
"is_bot": false,
"headline": "test(rough_iced): 🚨 rename example, add more configuration, add path …",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-06-09T19:53:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c58219f04973549288130bb898a1c6cab6a4590",
"body": null,
"is_bot": false,
"headline": "uodate readme",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-06-09T16:11:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e2b3562247bde776220876616cd5bdce4f6c9ef",
"body": "…t can be adjusted",
"is_bot": false,
"headline": "test(iced): 🚨 add more chapes to example, add more config options tha…",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-06-09T16:05:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7066f55049e3f6192d586cba1b6683e2d1e9621",
"body": "…erent config values",
"is_bot": false,
"headline": "test(rough_iced): 🚨 add iced gui example, its good for exploring diff…",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-06-09T15:37:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b252faa2f82615ecfe893ee0074e0c5f41674bc7",
"body": null,
"is_bot": false,
"headline": "feat(rough_iced): ✨ a new crate to use rough primitives on iced canvas",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-06-09T13:34:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9449e874ef680fdf9afd6d04ca6fe69c0df9862d",
"body": "rough_piet@0.11.0\nrough_tiny_skia@0.11.0\nroughr@0.11.0\nsvg_path_ops@0.11.0\n\nGenerated by cargo-workspaces",
"is_bot": false,
"headline": "Release 0.11.0",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-06-04T12:17:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05469b0278caab3e366618cc4c45cb92cd2d36d3",
"body": null,
"is_bot": false,
"headline": "update svg_path_ops dep version",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-06-04T12:16:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "020d9e5102d62bd2ae4f89d391e720e5be59558f",
"body": null,
"is_bot": false,
"headline": "make bbox and other structs public so one can use from outer crate",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-06-04T12:15:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7acf493b91df43b6e7cb443ca46d4e2a8fd4659c",
"body": null,
"is_bot": false,
"headline": "update dep version",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-06-03T13:36:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d06f184d9e0718f5e32b24857b71395003286b0",
"body": "rough_piet@0.10.0\nrough_tiny_skia@0.10.0\nroughr@0.10.0\nsvg_path_ops@0.10.0\n\nGenerated by cargo-workspaces",
"is_bot": false,
"headline": "Release 0.10.0",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-06-03T13:26:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8036d48fd82aba8d4107ea960b7f34fbcbc2f184",
"body": null,
"is_bot": false,
"headline": "feat(bbox): ✨ add ability to get bbox of svg path",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-06-03T13:21:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb9499812ecc6547e4d3d194ac6e34258267925d",
"body": null,
"is_bot": false,
"headline": "feat(bbox): ✨ add bbox implementation",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-06-03T11:11:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d20dcd45c90848d3fd48d98beefef8cb73908a09",
"body": "rough_piet@0.9.0\nrough_tiny_skia@0.9.0\nroughr@0.9.0\n\nGenerated by cargo-workspaces",
"is_bot": false,
"headline": "Release 0.9.0",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-01-10T13:03:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ed9e0337db033cc7ad189b1401d89af61810f67",
"body": "…ments",
"is_bot": false,
"headline": "feat(generator): ✨ add ability to rough bezier paths via svg path seg…",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2025-01-10T12:59:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91dd954fd9045fcf5e4fc347bffeb9b3cff13374",
"body": null,
"is_bot": false,
"headline": "update path ops dev dep version",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-11-02T19:51:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a43a699deca46cf579909787708ef73cb56d67b4",
"body": "rough_piet@0.8.0\nrough_tiny_skia@0.8.0\nroughr@0.8.0\nsvg_path_ops@0.8.0\n\nGenerated by cargo-workspaces",
"is_bot": false,
"headline": "Release 0.8.0",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-11-02T19:46:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f023d5c9970c9998905335abc756bd94a3807b0",
"body": "chore: bump piet dependency version to `v0.7`",
"is_bot": false,
"headline": "Merge pull request #20 from flxzt/update-piet",
"author_name": "Orhan Balci",
"author_login": "orhanbalci",
"committed_at": "2024-11-02T19:43:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30c542b877f6513b51abf37cce35ec5d5057e86f",
"body": null,
"is_bot": false,
"headline": "chore: bump piet dependency version to `v0.7`",
"author_name": "Felix Zwettler",
"author_login": "flxzt",
"committed_at": "2024-11-02T04:49:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2576bc48b259556ff2b32b9390da6c2696ceb0b",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-10-16T08:50:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bedd95ac9a5846b8ff46f65cfff4b86d7b0c9dda",
"body": null,
"is_bot": false,
"headline": "update version of svg path ops",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-10-16T08:50:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fe41737db3cfcdbaadc8e60d04e4a165631382a",
"body": "points_on_curve@0.7.0\nrough_piet@0.7.0\nrough_tiny_skia@0.7.0\nroughr@0.7.0\nsvg_path_ops@0.7.0\n\nGenerated by cargo-workspaces",
"is_bot": false,
"headline": "Release 0.7.0",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-10-16T08:48:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "175a12d7d9986408c24ef40699c388ca3aacde60",
"body": "svg path transformer implementation",
"is_bot": false,
"headline": "Merge pull request #18 from orhanbalci/text-to-svg",
"author_name": "Orhan Balci",
"author_login": "orhanbalci",
"committed_at": "2024-10-16T08:37:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf0d9852358dab79d4b8bcab155bc3e5dc0f7cdc",
"body": null,
"is_bot": false,
"headline": "remove text to svg crate for later",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-10-16T08:30:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89a8ce461a2ffd98a6f9c03ac50416df0fc3c776",
"body": null,
"is_bot": false,
"headline": "update svg path ops readme",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-10-16T08:19:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "359769c57e2be0cc140bd01de2448c272382ea62",
"body": null,
"is_bot": false,
"headline": "update readme code highlighting",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-10-16T08:13:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77601498c9fd2f9737805520fef349d97e59bc19",
"body": "…dating readme",
"is_bot": false,
"headline": "add examples for path transformer, gather assets for readme, start up…",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-10-16T08:10:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9094c20d0fb5364253f24e015f997a5aa04977fd",
"body": null,
"is_bot": false,
"headline": "add more unshort tests",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-10-16T06:40:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "738d1da015b895d50a728f2c0245a0ed5d1e7899",
"body": null,
"is_bot": false,
"headline": "unshort functioinality and first test added",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-10-15T16:38:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5c63ac43f3bb5f971d63fd177c809716f4df3ab",
"body": null,
"is_bot": false,
"headline": "svg path unarc implemented",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-10-15T15:53:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8e54c549af8905c17f7f1b7f4bb9636c0b600c4",
"body": null,
"is_bot": false,
"headline": "add misc tests",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-10-15T10:06:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a108067d310ce1aa28e3b16af88c328ded741d66",
"body": null,
"is_bot": false,
"headline": "add more transform string tests",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-10-14T11:04:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee7d3cec0e864942f508d790891c761f3b516649",
"body": null,
"is_bot": false,
"headline": "add transform string tests",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-10-14T10:56:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "571ab2890ccd4d26dff9590b28bebed9d8a0d59b",
"body": null,
"is_bot": false,
"headline": "add rel functionality to path transformer, add related rel tests",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-10-14T09:42:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cd76a2c3dac6e96eb494fca4684a6f69c9884a1",
"body": null,
"is_bot": false,
"headline": "implement missing arc matrix application, add tests for arc manipulation",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-10-08T15:00:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7843e970ae8b9812a27357b69a3c3f57caa6664d",
"body": "… for translate, rounding and error tracking",
"is_bot": false,
"headline": "convert stack from VecDeque to Vec, implement abs function, add tests…",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-10-08T13:03:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7871364dc67e1bd18d77a8a8b176d6ec6e53c1c2",
"body": null,
"is_bot": false,
"headline": "add tests for skew transformation, add rounding function\\",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-10-08T11:07:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6638bf40e15e213a2695e7c033e08f38bc69748",
"body": null,
"is_bot": false,
"headline": "start testing rotations",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-10-07T19:22:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fc187cba3420e5fe9bd42058df5df68e4435ae6",
"body": null,
"is_bot": false,
"headline": "test scale function",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-10-07T18:30:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "882c057d37ca2d3d8cea13c4e18e3118a630b0d6",
"body": null,
"is_bot": false,
"headline": "implement apply matrix. ellipse path segment missing",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-10-05T09:05:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5309dc416aca194e68ee3ba5368ba64e7cf197eb",
"body": null,
"is_bot": false,
"headline": "implemet iterate and evaluate_stack functions",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-10-04T13:28:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c3d49cd04a3c701f93c47e7011b40c77407ccc9",
"body": null,
"is_bot": false,
"headline": "add applying svg transform attribute string",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-09-16T14:02:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8256b8253a0559e50c0a12bb7660fa64ad681b43",
"body": null,
"is_bot": false,
"headline": "begin implementation of path transformer",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-09-16T12:44:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5e863c429366f2a0ba851c501950a45ed6ccc36",
"body": null,
"is_bot": false,
"headline": "add text_to_svg to workspace",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-09-16T06:46:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56057fa041d0f1c1e847da70fe99ad4cb2abd4a4",
"body": null,
"is_bot": false,
"headline": "take out text-to-svg crate from workspace",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-09-16T06:43:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d7cb84caf6d56c95ea8dde37077afcf2528a884",
"body": null,
"is_bot": false,
"headline": "updates to svg-to-text",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-09-16T06:41:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95f33a86d75f6a8d8db556b40e1e2a89255b1096",
"body": null,
"is_bot": false,
"headline": "remove text-to-svg from workspace",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-09-16T06:40:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5dd7452f31e880ecbdcabf4ac6bee77eb2547aa",
"body": null,
"is_bot": false,
"headline": "add outline builder",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-08-28T20:22:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2d81a006aa9b82ab592cec640aa329f99b0f92c",
"body": null,
"is_bot": false,
"headline": "add text to svg preliminaries",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2024-08-28T14:29:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0701ce0b874061707ef726533b43e1806af8b666",
"body": "Bump all dependencies",
"is_bot": false,
"headline": "Merge pull request #15 from linkmauve/eijebong",
"author_name": "Orhan Balci",
"author_login": "orhanbalci",
"committed_at": "2023-09-29T16:50:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb9cb791e3784d1cef81d0cffe2fef9709d5b3d5",
"body": "None of these required any code change. These also clean up the\ndependency tree, going from 223 crates built down to 188.",
"is_bot": false,
"headline": "Bump all dependencies",
"author_name": "Emmanuel Gil Peyrot",
"author_login": "linkmauve",
"committed_at": "2023-09-29T14:53:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9442e2c30a65a3d5462c8d19ec84491edf624d2f",
"body": null,
"is_bot": false,
"headline": "add workspace resolver version",
"author_name": "orhanbalci",
"author_login": "orhanbalci",
"committed_at": "2023-08-31T06:11:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7368f0fa9c8f29d86c589f9230cf61ea01abd052",
"body": "feat: Add line cap and line join options",
"is_bot": false,
"headline": "Merge pull request #14 from AlanLang/main",
"author_name": "Orhan Balci",
"author_login": "orhanbalci",
"committed_at": "2023-08-31T06:07:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "567fcc85f8861e528a2492ffa81b7fc63d33bdf5",
"body": null,
"is_bot": false,
"headline": "feat: Add line cap and line join options #13",
"author_name": "alan",
"author_login": "AlanLang",
"committed_at": "2023-08-28T09:56:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22b810ffcf7fbbd206c6a2965154439398c0c8b6",
"body": "rough_piet@0.6.0\nrough_tiny_skia@0.6.0\nroughr@0.6.0\n\nGenerated by cargo-workspaces",
"is_bot": false,
"headline": "Release 0.6.0",
"author_name": "Orhan Balci",
"author_login": "orhanbalci",
"committed_at": "2023-05-17T18:37:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ea0f5cb70b1ebc07584e606088567b39a48dd17",
"body": null,
"is_bot": false,
"headline": "update palette dependency",
"author_name": "Orhan Balci",
"author_login": "orhanbalci",
"committed_at": "2023-05-17T18:36:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddd705d3caf6a70260cc5e11813aacf677131f53",
"body": "points_on_curve@0.5.0\nrough_piet@0.5.0\nrough_tiny_skia@0.5.0\nroughr@0.5.0\nsvg_path_ops@0.5.0\n\nGenerated by cargo-workspaces",
"is_bot": false,
"headline": "Release 0.5.0",
"author_name": "Orhan Balci",
"author_login": "orhanbalci",
"committed_at": "2023-02-13T07:29:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a02a6f6015374a2e9b53509483dc616b2eb762c",
"body": "points_on_curve@0.4.1\nsvg_path_ops@0.4.1\n\nGenerated by cargo-workspaces",
"is_bot": false,
"headline": "Release 0.4.1",
"author_name": "Orhan Balci",
"author_login": "orhanbalci",
"committed_at": "2023-02-13T07:28:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6867f38029ba2090ca2daa86e46326454c567d0",
"body": "rough_piet@0.4.1\nrough_tiny_skia@0.4.1\nroughr@0.4.1\n\nGenerated by cargo-workspaces",
"is_bot": false,
"headline": "Release 0.4.1",
"author_name": "Orhan Balci",
"author_login": "orhanbalci",
"committed_at": "2023-02-13T07:22:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71100d17f87bd9d6dc9081c2681f9ac710fac389",
"body": null,
"is_bot": false,
"headline": "update rust logo asset after path sketch fill fix",
"author_name": "Orhan Balci",
"author_login": "orhanbalci",
"committed_at": "2023-02-11T18:08:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46e5c2e47fdc9e56397ec1c51f1fd7cb94e77b1d",
"body": null,
"is_bot": false,
"headline": "fix hachure sketch filling",
"author_name": "Orhan Balci",
"author_login": "orhanbalci",
"committed_at": "2023-02-11T18:02:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cbdff4e4442af33996d8d28603ff2e19b5f5c2c",
"body": "Repo chores",
"is_bot": false,
"headline": "Merge pull request #10 from flxzt/chores",
"author_name": "Orhan Balci",
"author_login": "orhanbalci",
"committed_at": "2022-12-17T18:49:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "110924895873475304ece2150085abbc7f8d2e31",
"body": "remove unused imports,\nexport types in public api",
"is_bot": false,
"headline": "fix srgb -> srgba in examples,",
"author_name": "Felix Zwettler",
"author_login": "flxzt",
"committed_at": "2022-12-17T16:45:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94b496d32a9b422d7299f99dba2604e83a216366",
"body": null,
"is_bot": false,
"headline": "alpha support for stroke, fill colors added",
"author_name": "Orhan Balci",
"author_login": "orhanbalci",
"committed_at": "2022-12-17T15:03:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a84189d70c121e61d4c6453e57a908586321a65b",
"body": "fix multistroke with bezier curves",
"is_bot": false,
"headline": "Merge pull request #9 from flxzt/fix_beziers_multistroke",
"author_name": "Orhan Balci",
"author_login": "orhanbalci",
"committed_at": "2022-12-07T15:17:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "419855f26733c333f15c7206baa22cb3e27716ea",
"body": null,
"is_bot": false,
"headline": "rustfmt using nightly",
"author_name": "Felix Zwettler",
"author_login": "flxzt",
"committed_at": "2022-12-07T14:25:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "258bf5cf2e0941b990160d5ac8b2c724a9ef52ae",
"body": null,
"is_bot": false,
"headline": "fix variable name typo",
"author_name": "Felix Zwettler",
"author_login": "flxzt",
"committed_at": "2022-12-07T11:12:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46f3c0e685fd1692a00351fc67f3d654a8663f37",
"body": null,
"is_bot": false,
"headline": "fix multistroke with bezier curves",
"author_name": "Felix Zwettler",
"author_login": "flxzt",
"committed_at": "2022-12-07T11:05:45Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 15,
"commits_last_year": 19,
"latest_release_at": "2025-08-29T20:10:39Z",
"latest_release_tag": "v0.13.0",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 3,
"days_since_latest_release": 330,
"mean_days_between_releases": 103.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "roughr",
"exists": true,
"license": "MIT",
"keywords": [
"2d",
"bezier",
"graphics",
"sketch",
"graphics"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/roughr",
"is_deprecated": false,
"latest_version": "0.12.0",
"repository_url": "https://github.com/orhanbalci/rough-rs.git",
"versions_count": 12,
"total_downloads": 33315,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 1099,
"first_published_at": "2022-10-25T21:50:00.548467Z",
"latest_published_at": "2025-06-10T09:02:46.908505Z",
"latest_version_yanked": false,
"days_since_latest_publish": 411
},
{
"name": "rough_iced",
"exists": true,
"license": "MIT",
"keywords": [
"2d",
"bezier",
"graphics",
"iced",
"sketch",
"graphics"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/rough_iced",
"is_deprecated": false,
"latest_version": "0.13.0",
"repository_url": "https://github.com/orhanbalci/rough-rs.git",
"versions_count": 2,
"total_downloads": 839,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 4,
"first_published_at": "2025-06-10T09:03:49.357240Z",
"latest_published_at": "2025-08-29T20:10:58.067519Z",
"latest_version_yanked": false,
"days_since_latest_publish": 330
},
{
"name": "rough_piet",
"exists": true,
"license": "MIT",
"keywords": [
"2d",
"bezier",
"graphics",
"piet",
"sketch",
"graphics"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/rough_piet",
"is_deprecated": false,
"latest_version": "0.13.0",
"repository_url": "https://github.com/orhanbalci/rough-rs.git",
"versions_count": 12,
"total_downloads": 26740,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 663,
"first_published_at": "2022-10-25T21:54:28.611995Z",
"latest_published_at": "2025-08-29T20:11:09.818112Z",
"latest_version_yanked": false,
"days_since_latest_publish": 330
},
{
"name": "rough_vello",
"exists": true,
"license": "MIT",
"keywords": [
"2d",
"bezier",
"graphics",
"sketch",
"vello",
"graphics"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/rough_vello",
"is_deprecated": false,
"latest_version": "0.13.0",
"repository_url": "https://github.com/orhanbalci/rough-rs.git",
"versions_count": 2,
"total_downloads": 728,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 3,
"first_published_at": "2025-08-12T12:07:34.745229Z",
"latest_published_at": "2025-08-29T20:11:31.476488Z",
"latest_version_yanked": false,
"days_since_latest_publish": 330
},
{
"name": "svg_path_ops",
"exists": true,
"license": "MIT",
"keywords": [
"2d",
"bezier",
"graphics",
"sketch",
"svg",
"graphics"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/svg_path_ops",
"is_deprecated": false,
"latest_version": "0.11.1",
"repository_url": "https://github.com/orhanbalci/rough-rs.git",
"versions_count": 8,
"total_downloads": 68181,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 13828,
"first_published_at": "2022-10-25T21:49:39.977556Z",
"latest_published_at": "2026-07-26T13:11:10.738319Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
},
{
"name": "points_on_curve",
"exists": true,
"license": "MIT",
"keywords": [
"bezier",
"graphics",
"graphics"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/points_on_curve",
"is_deprecated": false,
"latest_version": "0.7.0",
"repository_url": "https://github.com/orhanbalci/rough-rs.git",
"versions_count": 5,
"total_downloads": 67118,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 13810,
"first_published_at": "2022-08-03T14:03:53.582654Z",
"latest_published_at": "2024-10-16T09:42:55.949310Z",
"latest_version_yanked": false,
"days_since_latest_publish": 648
},
{
"name": "rough_tiny_skia",
"exists": true,
"license": "MIT",
"keywords": [
"2d",
"bezier",
"graphics",
"piet",
"sketch",
"graphics"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/rough_tiny_skia",
"is_deprecated": false,
"latest_version": "0.12.0",
"repository_url": "https://github.com/orhanbalci/rough-rs.git",
"versions_count": 9,
"total_downloads": 7843,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 25,
"first_published_at": "2022-12-04T11:34:06.565169Z",
"latest_published_at": "2025-06-10T09:04:17.756002Z",
"latest_version_yanked": false,
"days_since_latest_publish": 411
},
{
"name": "rough_plotters_svg",
"exists": true,
"license": "MIT",
"keywords": [
"charts",
"graphics",
"plotting",
"sketch",
"svg",
"graphics",
"visualization"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/rough_plotters_svg",
"is_deprecated": false,
"latest_version": "0.1.0",
"repository_url": "https://github.com/orhanbalci/rough-rs.git",
"versions_count": 1,
"total_downloads": 183,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 2,
"first_published_at": "2025-10-24T16:18:45.021953Z",
"latest_published_at": "2025-10-24T16:18:45.021953Z",
"latest_version_yanked": false,
"days_since_latest_publish": 274
}
]
},
"popularity": {
"forks": 11,
"stars": 51,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2022-11-16",
"count": 1
},
{
"date": "2022-11-24",
"count": 1
},
{
"date": "2022-11-28",
"count": 1
},
{
"date": "2023-02-26",
"count": 1
},
{
"date": "2023-08-26",
"count": 1
},
{
"date": "2023-09-29",
"count": 1
},
{
"date": "2023-10-10",
"count": 1
},
{
"date": "2024-02-20",
"count": 1
},
{
"date": "2024-10-24",
"count": 1
},
{
"date": "2025-09-18",
"count": 1
},
{
"date": "2025-12-27",
"count": 1
}
],
"complete": true,
"collected": 11,
"total_forks": 11
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"points_on_curve/Cargo.toml",
"rough_iced/Cargo.toml",
"rough_piet/Cargo.toml",
"rough_plotters_svg/Cargo.toml",
"rough_tiny_skia/Cargo.toml",
"rough_vello/Cargo.toml",
"roughr/Cargo.toml",
"svg_path_ops/Cargo.toml"
],
"largest_source_bytes": 76557,
"source_files_sampled": 62,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"points_on_curve/Cargo.toml",
"rough_iced/Cargo.toml",
"rough_piet/Cargo.toml",
"rough_plotters_svg/Cargo.toml",
"rough_tiny_skia/Cargo.toml",
"rough_vello/Cargo.toml",
"roughr/Cargo.toml",
"svg_path_ops/Cargo.toml"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 27,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "euclid",
"manifest": "points_on_curve/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.22"
},
{
"name": "num-traits",
"manifest": "points_on_curve/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "iced_core",
"manifest": "rough_iced/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.13"
},
{
"name": "iced_widget",
"manifest": "rough_iced/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.13"
},
{
"name": "euclid",
"manifest": "rough_iced/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.22"
},
{
"name": "palette",
"manifest": "rough_iced/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7"
},
{
"name": "roughr",
"manifest": "rough_iced/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12.0"
},
{
"name": "num-traits",
"manifest": "rough_iced/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "roughr",
"manifest": "rough_piet/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12.0"
},
{
"name": "num-traits",
"manifest": "rough_piet/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "euclid",
"manifest": "rough_piet/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.22"
},
{
"name": "piet",
"manifest": "rough_piet/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8"
},
{
"name": "palette",
"manifest": "rough_piet/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7"
},
{
"name": "plotters-svg",
"manifest": "rough_plotters_svg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.7"
},
{
"name": "plotters-backend",
"manifest": "rough_plotters_svg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.7"
},
{
"name": "roughr",
"manifest": "rough_plotters_svg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12.0"
},
{
"name": "euclid",
"manifest": "rough_plotters_svg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.22"
},
{
"name": "num-traits",
"manifest": "rough_plotters_svg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "palette",
"manifest": "rough_plotters_svg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7"
},
{
"name": "roughr",
"manifest": "rough_tiny_skia/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12.0"
},
{
"name": "num-traits",
"manifest": "rough_tiny_skia/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "euclid",
"manifest": "rough_tiny_skia/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.22"
},
{
"name": "palette",
"manifest": "rough_tiny_skia/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7"
},
{
"name": "tiny-skia",
"manifest": "rough_tiny_skia/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.11"
},
{
"name": "roughr",
"manifest": "rough_vello/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12.0"
},
{
"name": "num-traits",
"manifest": "rough_vello/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "euclid",
"manifest": "rough_vello/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.22"
},
{
"name": "palette",
"manifest": "rough_vello/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7"
},
{
"name": "vello",
"manifest": "rough_vello/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5"
},
{
"name": "points_on_curve",
"manifest": "roughr/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7.0"
},
{
"name": "svg_path_ops",
"manifest": "roughr/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.11.0"
},
{
"name": "euclid",
"manifest": "roughr/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.22"
},
{
"name": "rand",
"manifest": "roughr/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8"
},
{
"name": "num-traits",
"manifest": "roughr/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "derive_builder",
"manifest": "roughr/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12"
},
{
"name": "svgtypes",
"manifest": "roughr/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.11"
},
{
"name": "palette",
"manifest": "roughr/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7"
},
{
"name": "svgtypes",
"manifest": "svg_path_ops/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.11"
},
{
"name": "cgmath",
"manifest": "svg_path_ops/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.18"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "cgmath",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "derive_builder",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "euclid",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "iced_core",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "iced_widget",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "num-traits",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "palette",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "piet",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "plotters-backend",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "plotters-svg",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "points_on_curve",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "rand",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "roughr",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "svg_path_ops",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "svgtypes",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "tiny-skia",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "vello",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "bevy",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "bevy_vello",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "chrono",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "iced",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "piet-common",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "plotlib",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "plotters",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "rand_distr",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "rand_xorshift",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "wgpu",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 27,
"direct_count": 17,
"indirect_count": 10
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 9,
"open_issues": 1,
"closed_ratio": 0.941,
"closed_issues": 16,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "orhanbalci",
"commits": 195,
"avatar_url": "https://avatars.githubusercontent.com/u/13239303?v=4"
},
{
"type": "User",
"login": "flxzt",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/19841886?v=4"
},
{
"type": "User",
"login": "linkmauve",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/7755816?v=4"
},
{
"type": "User",
"login": "AlanLang",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/33884749?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.951
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/29 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 6,
"reason": "5 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "fd669df46c11489843967c93885f188ae5a8a0c9",
"ran_at": "2026-07-26T14:50:40Z",
"aggregate_score": 3.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-26T13:21:07Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2025-08-29T20:01:52Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 16,
"created_at": "2023-11-04T00:35:06Z",
"last_comment_at": "2023-11-05T10:28:22Z",
"last_comment_author": "orhanbalci"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/orhanbalci/rough-rs",
"host": "github.com",
"name": "rough-rs",
"owner": "orhanbalci"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"security": 31,
"vitality": 57,
"community": 50,
"governance": 61,
"engineering": 25
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 57,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 19,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "19 commits in the last year",
"points": 11.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 19
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "5 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 58,
"inputs": {
"releases_count": 15,
"latest_release_tag": "v0.13.0",
"releases_from_tags": true,
"days_since_latest_release": 330,
"mean_days_between_releases": 103.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "15 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 15
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 330 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 330
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~103.2 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 103.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 50,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"forks": 11,
"stars": 51,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "51 stars",
"points": 27.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 51
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "11 forks",
"points": 8.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 11
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 74,
"inputs": {
"packages": [
"roughr",
"rough_iced",
"rough_piet",
"rough_vello",
"svg_path_ops",
"points_on_curve",
"rough_tiny_skia",
"rough_plotters_svg"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 204947,
"monthly_downloads": 29434
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "29,434 downloads/month across crates",
"points": 59.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 29434,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 61,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.951
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 95% of commits",
"points": 1.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 95
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"merged_prs": 9,
"open_issues": 1,
"closed_issues": 16,
"issue_closed_ratio": 0.941,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "94% of issues closed",
"points": 44,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 94
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "9/9 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 9,
"decided": 9
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/29 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"followers": 97,
"owner_type": "User",
"is_verified": null,
"owner_login": "orhanbalci",
"public_repos": 76,
"account_age_days": 4036
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "97 followers of orhanbalci",
"points": 14.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 97,
"login": "orhanbalci"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "76 public repos, account ~11 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 76
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"roughr",
"rough_iced",
"rough_piet",
"rough_vello",
"svg_path_ops",
"points_on_curve",
"rough_tiny_skia",
"rough_plotters_svg"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "8 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 8,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "12 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 12
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "critical",
"name": "Engineering Quality",
"value": 25,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"has_ci": false,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"2d",
"bezier-curves",
"graphics",
"svg"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 31,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 31,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.1
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/29 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "5 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 5
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 37,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.35,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "35 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 35,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 26,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"points_on_curve/Cargo.toml",
"rough_iced/Cargo.toml",
"rough_piet/Cargo.toml",
"rough_plotters_svg/Cargo.toml",
"rough_tiny_skia/Cargo.toml",
"rough_vello/Cargo.toml",
"roughr/Cargo.toml",
"svg_path_ops/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, points_on_curve/Cargo.toml, rough_iced/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, points_on_curve/Cargo.toml, rough_iced/Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 76557,
"source_files_sampled": 62,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/62 source files over 60KB",
"points": 54.1,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 62,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-26T14:50:47.765819Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/o/orhanbalci/rough-rs.svg",
"full_name": "orhanbalci/rough-rs",
"license_state": "standard",
"license_spdx": "MIT"
}