JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"3d-graphics",
"3d-visualization",
"3d-rendering",
"c",
"cpp"
],
"is_fork": false,
"size_kb": 6495,
"has_wiki": false,
"homepage": null,
"languages": {
"C": 105541,
"C++": 4006123,
"GLSL": 35318,
"CMake": 68473,
"Python": 127668
},
"pushed_at": "2026-07-21T05:02:48Z",
"created_at": "2021-10-29T14:28:32Z",
"owner_type": "Organization",
"updated_at": "2026-07-21T06:11:23Z",
"description": "ANARI Software Development Kit (SDK)",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "next_release",
"license_spdx_raw": "Apache-2.0",
"primary_language": "C++",
"significant_languages": [
"C++"
]
},
"owner": {
"blog": "https://www.khronos.org/",
"name": "The Khronos Group",
"type": "Organization",
"login": "KhronosGroup",
"company": null,
"location": "United States of America",
"followers": 3981,
"avatar_url": "https://avatars.githubusercontent.com/u/1608701?v=4",
"created_at": "2012-04-03T15:36:06Z",
"is_verified": null,
"public_repos": 191,
"account_age_days": 5232
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.16.0",
"kind": "minor",
"published_at": "2026-07-19T23:33:13Z"
},
{
"tag": "v0.15.0",
"kind": "minor",
"published_at": "2025-11-06T03:00:06Z"
},
{
"tag": "v0.14.1",
"kind": "patch",
"published_at": "2025-07-02T02:09:38Z"
},
{
"tag": "v0.14.0",
"kind": "minor",
"published_at": "2025-06-17T18:13:25Z"
},
{
"tag": "v0.13.1",
"kind": "patch",
"published_at": "2025-03-11T22:24:09Z"
},
{
"tag": "v0.13.0",
"kind": "minor",
"published_at": "2025-03-07T22:41:18Z"
},
{
"tag": "v0.12.1",
"kind": "patch",
"published_at": "2025-01-14T16:46:14Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2025-01-10T01:14:39Z"
},
{
"tag": "v0.11.1",
"kind": "patch",
"published_at": "2024-10-29T16:18:01Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2024-10-18T23:36:23Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2024-05-29T22:27:28Z"
},
{
"tag": "v0.9.1",
"kind": "patch",
"published_at": "2024-03-19T15:40:50Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2024-03-15T20:19:11Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2023-11-27T16:34:05Z"
},
{
"tag": "v0.7.2",
"kind": "patch",
"published_at": "2023-09-11T14:25:31Z"
},
{
"tag": "v0.7.1",
"kind": "patch",
"published_at": "2023-08-22T20:41:36Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2023-08-12T03:40:05Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2023-01-21T04:07:59Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2022-07-22T18:52:00Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2022-04-12T12:58:51Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2022-04-12T01:31:45Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2022-03-31T00:37:56Z"
}
],
"recent_commits": [
{
"oid": "51a7b0e767f0c6e59cfc55f1a9a62a745ed51397",
"body": "The shared fallback matte used a constant color, so the geometry-side\ndisplayColor-vs-constant switch was dead code: per-vertex displayColor on\nmaterial-less geometry rendered flat gray.\n\n- renderParam: fallback matte samples the \"color\" attribute instead of a\n constant, letting geometry drive the \n[…]\ne is always present so such surfaces render their fallback gray\n instead of black. Applied at both the main-geometry and geomsubset sites\n (previously duplicated, and one copy had already diverged).",
"is_bot": false,
"headline": "hdanari: honor displayColor on material-less geometry",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-21T05:02:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4ad4c0edbe55b0daf87df5b324b11a782860d1dd",
"body": "Materials request their default UV set as the primvar literally named\n`st` (== attribute0 in the generated MDL/MaterialX). Meshes whose UVs are\nauthored under another name (Blender `UVMap`, `map1`, ...) delivered no\ntexcoords and rendered untextured.\n\nGeometry now re-keys each texcoord binding whose\n[…]\nnostic: MDL, MaterialX and\nUsdPreviewSurface all route through this path.\n\nCovers single UV set / attribute0. Named MaterialX geompropvalue sets and\nmulti-UV (attribute1..3) still need device support.",
"is_bot": false,
"headline": "hdanari: bind non-st texture coordinate primvars",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-21T05:02:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3139e2f2ea57a7dfe745477f743ac98a40ce8e52",
"body": "HIO loads half EXRs (e.g. ACEScg) as FLOAT16, but the REMAP datatype\ndispatch has no FLOAT16 case, so the output array is never written and\nthe texture renders black. Promote FLOAT16 HioFormats to FLOAT32 before\nreading so HIO converts on load and the supported FLOAT32 REMAP path\npopulates the array.",
"is_bot": false,
"headline": "hdanari: fix half-float (EXR) textures rendering black",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-21T05:02:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d78951cfd42ad7c9c65ac24d62b620358b1fa59d",
"body": "The render pass reads renderSubtype and every introspected renderer\nparameter via GetRenderSetting(), which only sees the legacy settings\nmap. A UsdRenderSettings prim (usdrecord --renderSettingsPrimPath, or\nany RenderSettings prim) instead reaches Hydra as a renderSettings\nBprim, so its opinions we\n[…]\nex,\n strips the \"anari:\" prefix, and forwards them via SetRenderSetting()\n\nSo `custom token anari:renderSubtype = \"quality\"` (and e.g.\n`anari:maxRayDepth`, `anari:fireflyFilterMode`) now take effect.",
"is_bot": false,
"headline": "hdanari: apply render settings from a UsdRenderSettings prim",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-21T05:02:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1c2a9e61226b468957d6e0dd26de9cd2a0f20286",
"body": "HdAnariLight::Sync set only geometry for most light types and dropped the\nauthored emission, so lit scenes rendered black or ignored intensity:\n\n- directional: irradiance/color never set, leaving the device default\n- rect/sphere/disk: emission params never set, so nothing was emitted\n- rect quad nor\n[…]\nng ANARI light\nparameters (directional irradiance, point/ring intensity, quad radiance,\nhdri scale), honor the normalize flag via emitter area, and orient the\nrect quad emitting normal along local -Z.",
"is_bot": false,
"headline": "hdanari: emit authored light intensity, exposure, and color",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-21T05:02:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a343ee4d9116bd1cdddedc4d3977f0b26be08433",
"body": null,
"is_bot": false,
"headline": "hdanari: reflow branch-added geometry.cpp lines to clang-format",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-21T05:02:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddc743513c192be00b56408b4b6f6ee2aa70fb90",
"body": "- mdlRegistry: guard the once-per-module reported set with a mutex.\n- mdlRegistry: remove the introspection scope in the destructor so it does\n not leak in the shared-INeuray path.\n- mdlRegistry: null-guard public methods against a disabled registry and\n guard getFunctionDefinition against an empty name.",
"is_bot": false,
"headline": "hdanari: harden MDL registry lifecycle",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-21T05:02:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ddaa6797f3c2015650a77f96ef2fce7887ee0b8",
"body": "- mesh: index geomsubset triangle spans by true coarse-face index so a\n degenerate (zero-triangle) face no longer shifts later indices and writes\n past faceCovered/trianglesStarts.\n- mesh: release the prior per-subset ANARI array before replacing it, fixing\n a leak now that the block re-runs on DirtyDisplayStyle.\n- renderDelegate: return renderer parameters by value so a concurrent\n subtype rebuild can't dangle the reference mid-iteration.",
"is_bot": false,
"headline": "hdanari: fix geometry crashes",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-21T05:02:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec8de62096a225600256a2d6cc5c86c22d3fe220",
"body": "VisRTX renamed its extension ANARI_VISRTX_MATERIAL_MDL_SURFACE to\nANARI_VISRTX_MATERIAL_MDL; the delegate still matched the old spelling,\nso the shared INeuray was never handed to the device. VisRTX then\nself-acquired the process-singleton INeuray (already held by HdAnari),\nmi_factory returned null,\n[…]\nnt ... is still referenced while transaction\nN is aborted'). Own each in mi::base::make_handle. Guard the default\nexpression for null/non-constant so the create* helpers no longer deref a\nnull handle.",
"is_bot": false,
"headline": "hdanari: fix MDL init and neuray handle leak in SDR discovery",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-21T05:02:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c708c951611a7d1a71cd87088225c387ef09f6a3",
"body": "…wedge)\n\nDefense-in-depth for the registry deadlock. A throw escaping TfSingleton's\ndefault-construct leaves isInitializing=true / instance=null forever, so every\nlater GetInstance() spins. Make construction never throw:\n- AcquireNeuray returns null (and logs) instead of throwing when INeuray can't\n\n[…]\ngainst a disabled instance.\n\nCallers degrade to MDL-off when the registry is disabled: the SDR parser and\nthe <mdl> backend bail when getINeuray() is null, and the delegate skips the\nineuray hand-off.",
"is_bot": false,
"headline": "hdanari: make MDL registry construction non-throwing (no TfSingleton …",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-21T05:02:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7dacab9561b90d129db4ad12f418e1236ea3b1a5",
"body": "…e device\n\nVisRTX renamed VISRTX_MATERIAL_MDL -> VISRTX_MATERIAL_MDL_SURFACE, so the\nexact-string extension check left hasANARI_VISRTX_MATERIAL_MDL false. That\nskipped the eager HdAnariMdlRegistry::GetInstance(), so the registry was first\nbuilt lazily on a Sync worker thread via the SDR MDL parser. \n[…]\nitionally before the\ndevice so HdAnari owns the shared INeuray and the SDR/<mdl> code paths always\nfind it pre-built (single-threaded). The ineuray hand-off to the device stays\ngated on the extension.",
"is_bot": false,
"headline": "hdanari: fix MDL registry init — match renamed extension, build befor…",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-21T05:02:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ddf0516d8554a3d38b16c87978821569573014b2",
"body": "Replace the hardcoded render-setting descriptors and the per-parameter\nforwarding if-chain with device introspection. New rendererParameters\nhelper queries renderer subtypes and parameters (defaults, bounds,\ndescriptions, string enums) via anariGetObjectInfo/anariGetParameterInfo\nand forwards host s\n[…]\ner advertises no\nsampleLimit (e.g. VisRTX's 'default' renderer) so batch renders (usdrecord)\nconverge instead of accumulating forever. An explicit sampleLimit of 0\nstill means unbounded (interactive).",
"is_bot": false,
"headline": "hdanari: derive renderer settings from ANARI introspection",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-21T05:02:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "610e996f692fadfba220ed70bf0e7b74bc75224f",
"body": "- Bake the latlong pole alignment into the hdri light's up/direction so the\n ANARI instance carries only the authored UsdGeomXformable.\n- Flip dome radiance vertically: the hdri light is the lone ANARI node that\n reads its array bottom-up, so it cannot share the sampler's top-origin path.\n- Read the host-supplied upAxis render setting and re-orient poleAxis=\"scene\"\n domes when it changes; publish a new scene version on any light re-sync so\n the re-orient re-commits and re-renders.",
"is_bot": false,
"headline": "hdanari: orient HDRI domes per USD/upAxis and flip radiance",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-21T05:02:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4087943a9401be2f753ebd8315c030c27c780e22",
"body": "A scene can ship an MDL module without its resources -- e.g. a\nvMaterials_2 material copied into the scene's Materials/ tree without its\n./textures. Loaded by local path, such a module fails to compile (C298\nunable to resolve file path) and every material using it drops to\ndefault.\n\nWhen a path-base\n[…]\nearch path, resources co-located.\n\nVerified on the Brownstone scene: Concrete_Precast, Granite_Polished and\nGround_Leaves recover from the system vMaterials_2 copy (3 -> 0\nparser-null), scene renders.",
"is_bot": false,
"headline": "hdanari/mdl: recover a failed local module from the search path by name",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-21T05:02:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2db1c6e22cfc820c6d9dd9a0b11fd3635d466851",
"body": "When a module failed to compile (e.g. C120 unresolved imports from a\nmissing MDL search path), loadModule discarded the execution context and\nreturned null, so every dependent material surfaced only a generic\n'parser returned null' -- 800+ identical lines for a single missing\npackage, with the actua\n[…]\ncompiler error messages\nonce (deduplicated across the run) with a hint to check MDL_SYSTEM_PATH/\nMDL_USER_PATH. A missing OmniSurface package now reports two clear\nwarnings instead of 832 opaque ones.",
"is_bot": false,
"headline": "hdanari/mdl: report why an MDL module fails to load, once per module",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-21T05:02:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "83ad4ccc07ce4bf52b7a4185a22d7e44bad5343f",
"body": "A mesh with empty points/normals (placeholder/pruned prims -- 62 of them\nin the AEC restaurant scene) drove _GetAttributeArray down its failure\npath, logging 'Cannot extract value buffer from VtValue' per empty\nprimvar. A recognized array type with zero elements is benign: return an\nempty handle instead of erroring. The genuine-failure path now also\nreports the offending VtValue type name to make real unsupported-type\ncases actionable.",
"is_bot": false,
"headline": "hdanari: don't error on recognized-but-empty primvars",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-21T05:02:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "700fd9cf61940252246db020319199a51e073a55",
"body": "SdrRegistry parsing crashed (null deref) on MDL materials whose body\nfails to compile -- unresolved imports, missing textures, unreachable\nremote modules. getFunctionDefinition() returns null in that case;\nParseSdrDiscoveryResult called is_material() on it without a check\n(unlike the module handle just above). Bail out returning null instead.",
"is_bot": false,
"headline": "hdanari/sdr: guard null MDL function definition in parser",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-21T05:02:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec14f1d6b6d8b85d18e27c57f0b8d8e9a18065bb",
"body": "USD authors UVs with v=0 at the bottom of the image; ANARI samples\narrays with element (0,0) at the top scanline. Reconcile the two by\nflipping the v axis of texture-coordinate primvars on the geometry and\nuploading texture arrays top-origin (the Hio load is no longer flipped).\nTexcoords are detecte\n[…]\nthe wrong\natlas tile, which produced misplaced content and colored bevel-edge\nfringes. Non-atlas textures previously looked acceptable only because an\nupside-down full-frame texture is hard to notice.",
"is_bot": false,
"headline": "hdanari: flip texture-coordinate v to match ANARI sampler convention",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-21T05:02:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f9ca05a63320c81d3fc1fc99ab627e6dab8b9d2a",
"body": "Wire HdAnariMesh to USD's complexity setting (HdDisplayStyle::refineLevel)\nand refine subdivision-scheme meshes via PxOsdRefinerFactory (USD's\nOpenSubdiv wrapper) + Far in a new HdAnariSubdivision helper. Refines\npoints, topology, and vertex/varying/uniform primvars consistently; crease\nnormals are \n[…]\nmplexity; refineLevel 0 is unchanged.\n\nv1 limits: uniform refinement only; face-varying primvars dropped on\nrefined meshes; meshes carrying geom subsets fall back to coarse.\n\nLinks OpenSubdiv::osdCPU.",
"is_bot": false,
"headline": "hdanari: subdivide meshes per USD complexity (OpenSubdiv)",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-21T05:02:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "aec3477d7310c548221ded0d60ee716b5dac32e0",
"body": "Register an implicit-surface scene-index plugin (loadWithRenderer Anari) so\nUSD Sphere/Cube/Cone/Cylinder/Capsule/Plane prims are tessellated to meshes.\nHdAnari only supports mesh/points rprims, so without it these prims were\ndropped silently and never reached ANARI.\n\nUSD provides no normals for imp\n[…]\nly\nwithin an angle threshold, so smooth surfaces stay smooth, hard features\n(cube edges, caps) stay hard, and cone/cylinder sides shade correctly. This\nalso benefits authored meshes that omit normals.",
"is_bot": false,
"headline": "hdanari: render implicit surfaces with crease-aware normals",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-21T05:02:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1221d8e133397b7ae781425d22e846f0825cd09b",
"body": "On heavily-instanced scenes (e.g. OldAttic) UsdImaging propagates a\nseparate, content-identical material prim per prototype instance. hdanari\ncreated one anari 'mdl' material per prim, so the device recompiled each\nand reloaded its textures. It also re-synced/re-committed materials every\nframe and o\n[…]\nrty every frame.\n\n- Track material ownership: only release materials we created. Shared\n default / cache-owned materials are released by their owner, fixing an\n over-release that corrupted the heap.",
"is_bot": false,
"headline": "hdanari: share identical MDL materials and fix material sync",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-21T05:02:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6da13f8ac7864faf677a41ff325b029f6f7d53cb",
"body": "UsdImaging flags native-instanced prototype rprims as Varying, so Hydra\nre-Syncs them every frame (dirtyBits = Varying|DirtyMaterialId) with no\nreal change. HdAnariGeometry::Sync re-uploaded primvars and committed the\nanari geometry on every Sync, making the device re-finalize it (recompute\ntangents\n[…]\n(or first build), re-commit the surface only when the bound material\nhandle actually changes, and the instance only on transform/instancer\nchanges. Per-prim finalize drops from once-per-frame to once.",
"is_bot": false,
"headline": "hdanari: only re-commit geometry/surface when they actually change",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-21T05:02:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "db67a8980f1bd585246e49ab64ba13f5beeb3d68",
"body": "A geomsubset partition need not cover every face of a mesh. hdanari only\nbuilt the prim's main geometry (with the prim's own material) when there\nwere no subsets at all, so any face outside every subset was dropped.\n\nIn the clock asset the end-cap meshes have a partial 'Paint' subset; the\nremaining \n[…]\nld a complementary 'remainder' triangle set for the uncovered faces in\nHdAnariMesh and emit the main geometry whenever it exists (new\nHasMainGeometry() hook), in addition to the per-subset geometries.",
"is_bot": false,
"headline": "hdanari: render mesh faces left uncovered by geomsubsets",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-21T05:02:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e24e019583673ba8663d0c27f5b3f7ec1120e0b5",
"body": "VisRTX outputs linear radiance with no display exposure or tonemapping,\nso an over/under-lit scene (e.g. a bright dome light) clamps in 8-bit\noutput. Notably, hdanari also ignored UsdGeomCamera exposure, so assets\nthat rely on photographic camera exposure (fStop/shutter/ISO) to expose\na bright scene\n[…]\nn the camera carries no exposure.\n- 'tonemap' render setting (default off) applies an ACES filmic curve\n to compress remaining highlights.\nFinal color = ACES?(rgb * 2^exposure * cameraExposureScale).",
"is_bot": false,
"headline": "hdanari: add exposure/tonemap controls and honor camera exposure",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-21T05:02:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "67127672a0b0f4b2fe6bff306126a3394415a30d",
"body": "HdAnariLight::Sync raised TF_RUNTIME_ERROR when a dome or rect light had\nno resolvable texture file. usdrecord aborts the frame on any posted Tf\nerror, so a plain (untextured) dome light made the whole render fail.\n\nA textureless dome/rect light is valid: fall back to the uniform\nradiance set at construction (downgraded to TF_WARN) instead of erroring.",
"is_bot": false,
"headline": "hdanari: don't abort render on textureless dome/rect lights",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-21T05:02:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b16376cbab2aefd75d4e182900ed1c1cec3d66a1",
"body": "Publish the ANARI frame's numSamples / sampleLimit through\nHdAnariRenderParam so the render delegate can report numCompletedSamples,\ntotalSamples, and percentDone to Hydra clients (usdview HUD, etc.).\n\nReuses the convergence query: _UpdateProgress() records the count and\nreturns whether the sample limit is reached.",
"is_bot": false,
"headline": "hdanari: report sample progress via GetRenderStats",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-21T05:02:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0039751590b0ccaa611511e71b4521aef389455",
"body": "The render buffer's converged flag was never set, so HdAnari kept\nreporting frames as unconverged and usdrecord looped forever.\n\nDrive convergence from the ANARI frame's numSamples vs the renderer's\nsampleLimit: mark every AOV buffer converged once the sample target is\nreached, stop issuing further renders, and reset on any scene/camera/\nsettings change. Devices without numSamples converge after one pass.",
"is_bot": false,
"headline": "hdanari: report frame convergence so usdrecord terminates",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-21T05:02:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf28c58732d1c126c2f26ad358b6a1311e601053",
"body": "Keep the ANARI library loaded until Application::run() returns so viewer\nwindows (e.g. `Viewport`/`LightsEditor`) can release their retained device\nreferences before the device DLL is unloaded.\n\nThis prevents a shutdown segmentation fault on Windows.",
"is_bot": false,
"headline": "fix(viewer): unload ANARI library after destroying windows",
"author_name": "Lachlan Deakin",
"author_login": "LDeakin",
"committed_at": "2026-07-20T14:37:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5546c00d20b201c95031b8fc87c5b55d31ace59c",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-07-19T23:53:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b82163e8b587444dbe27a982a47b4273d9422428",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into next_release",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-07-19T23:53:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7534bd263d6ff97764eda93d0e1bd6bd2f108c32",
"body": null,
"is_bot": false,
"headline": "Merge branch 'next_release'",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-07-19T23:31:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "619ec8de66596aa6df9473c14aa2b057d874abba",
"body": null,
"is_bot": false,
"headline": "update readme docs",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-07-19T22:56:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a44213eed2aebc6765f3967eae9729596315133b",
"body": "Deferred commits called an object's commitParameters()/finalize() at flush\ntime reading the object's *live* parameter store, so a setParam issued after\nanariCommitParameters() but before the buffer flushed leaked into that commit,\nand the flush read raced a concurrent setParam / re-commit (the flush\n[…]\nmit (and a subsequent commit then applies it), and committing objects while\na frame is in flight runs race-free (best under TSan).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(helium): snapshot object parameters at anariCommitParameters() time",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-07-18T13:44:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "100fa7b8eeadca7f1d44f3128d4922c64bb596a6",
"body": "The helium TaskQueue change (2cf08bf) made worker-thread enqueue append to\na FIFO instead of running inline. That exposed a latent ordering assumption\nin helide_gpu: gpu_renderFrame flushes commitBuffer on the GPU worker thread,\nand each object's finalize() dispatches its GPU upload via gpu_enqueue_\n[…]\nich must stay in sync.\n\nVerified: tsdRender + state.tsd (helide_gpu) now renders the scene on the\nfirst frame with no camera move.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(helide_gpu): run gpu_enqueue_method inline when on the worker thread",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-07-18T13:44:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "aaff1a9f4524060b932976c73f1f0ab377f33923",
"body": "helide_gpu already uses helium::tasking::TaskQueue\n(HelideGPUDeviceGlobalState::gpu.thread). The local\nsrc/devices/helide_gpu/TaskQueue.h was an orphaned copy of the old\nring-buffer implementation -- never included, absent from CMakeLists, and\nuntouched since the device's initial commit. It also pre\n[…]\nsion.\n\nDelete it and correct the threading-model note in AGENTS.md, which still\ndescribed the queue as a \"fixed-size ring-buffer\".\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(helide_gpu): remove dead duplicate TaskQueue.h",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-07-18T13:44:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3e169b865232d8c578c6bf32f8d4d67ee99d24eb",
"body": "…le storage\n\nTaskQueue::enqueue ran a task inline when called from the worker thread,\nviolating FIFO (a task enqueued from within a running task jumped ahead of\nalready-queued work) and making worker self-re-post either infinite-recurse on\nthe stack or deadlock against the bounded ring's \"not full\" \n[…]\nth, and shutdown that drains queued/in-flight self-reposting work. Verified\nTSan-clean; helide render-regression tests unaffected.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(helium): TaskQueue worker-side enqueue appends (FIFO) with growab…",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-07-18T13:44:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d329427d67a343a02b6b36efebc7d8180a809d97",
"body": null,
"is_bot": false,
"headline": "fix helide_gpu buffer binding info",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-07-16T02:39:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21a8d3422aeb168908857d0401377a4b0895b077",
"body": null,
"is_bot": false,
"headline": "Remove primitive.id support from helide and helide_gpu",
"author_name": "Johannes Günther",
"author_login": "johguenther",
"committed_at": "2026-07-15T22:51:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b20e258955d7f943662997f24bdcc61d5c81524d",
"body": null,
"is_bot": false,
"headline": "Sync code_gen to current spec, fix typos, adapt CTS coverage and tests",
"author_name": "Johannes Günther",
"author_login": "johguenther",
"committed_at": "2026-07-15T22:51:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7612bc5e8a000a79441cc3fdcc3d35b5a307676f",
"body": "Add ADR-0008 (reporting is a C++ responsibility; Python keeps only PDF).\nRetire the stale 'Manifest' term in favor of Sidecar + Results tree,\nredefine Report, drop the vocabulary and usage of the retired two-run\ndevice diff, and update AGENTS, README, and the build comment\naccordingly.",
"is_bot": false,
"headline": "docs(cts): record C++ reporting decision and refresh vocabulary",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-07T20:55:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1a69e01577db389c106cfb84050aaba8e82e176",
"body": "The text summary now comes from anariCts (ADR-0008). The two-run device\ndiff is retired outright — anariCts does not replace it yet; ADR-0008\nsketches a future C++ implementation reading two results trees. The\nreportlab PDF is the one output not worth porting to C++, so\nctsReport.py keeps only 'report --pdf'. Its tests and pyproject follow.",
"is_bot": false,
"headline": "refactor(cts): reduce Python reporting layer to PDF only",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-07T20:55:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ff4064645d98f726b1400ac9e8973241e5d0bcc",
"body": "Add repeatable -p/--renderer-param NAME=VALUE to anariCts generate/run,\napplied to every rendered Case's renderer. Values parse into the\nrenderer subtype's device-declared ANARIDataType (via introspection),\nfalling back to inference (bool/int/float/float-vec/string) when the\ndevice does not report the parameter. Applied before a Test's own\nrendererConfig so renderer conformance tests still win on conflict.\n\nNew pure, unit-tested cts/RendererParams module for parsing.",
"is_bot": false,
"headline": "cts: pass custom device-agnostic renderer parameters",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-07T20:55:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d183eda2fb3887424431716b5341051a6947d38",
"body": "Add a C++ reporting layer that reads the results tree: 'anariCts report'\nemits a text summary plus a self-contained interactive HTML report via\n--html/--embed. New Sidecar reader (fromJson/readSidecar), Report module\n(aggregation + text summary), and HtmlReport module (dependency-free:\npass-rate ring, failed-first sort, A/B compare, interactive red\ndifference-threshold canvas). Covered by anariCatalogTests.",
"is_bot": false,
"headline": "feat(cts): generate reports in C++ (text + HTML)",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-07T20:55:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "712c1344a910ef46583708c443c5d342873b84c4",
"body": "Add six geometry tests stressing the intersector rather than attribute\nplumbing. The tests encode spec-described behavior, independent of what\nany current device renders:\n\n- sphere_interior: off-center origin-inside eye, far root against the\n interior wall, foreground ball for structure\n- sphere_ta\n[…]\nr views score color + depth. The origin-inside tests score\ndepth only: it is the device-independent intersection oracle, whereas\nan interior (back-facing) hit's shading is not pinned down by the spec.",
"is_bot": false,
"headline": "test(cts): add ray/primitive intersection edge-case tests",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-07-07T20:54:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "52ec751df3a7daa7075aefc9c886fd63d2137aca",
"body": null,
"is_bot": false,
"headline": "Fix curve with implicit index",
"author_name": "Johannes Günther",
"author_login": "johguenther",
"committed_at": "2026-07-07T02:20:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9de01a490d99dec836c0bbebaf2872430631a25f",
"body": null,
"is_bot": false,
"headline": "adjust geometry commit priority to account for 'isosurface' after fields",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-07-01T17:15:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca68140e08779b9a3f59c1a4adc04e697015f5c3",
"body": null,
"is_bot": false,
"headline": "CTS overhaul (#359)",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-06-30T02:37:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a446f4af1faf964eebe6143a8e4e41bb1b37012a",
"body": null,
"is_bot": false,
"headline": "fix ANARILibrary lifetime issues in applications",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-06-20T02:28:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "108e01816295e903e725e98e46efe8f43afe37f0",
"body": "LibraryImpl instances are allocated by the loaded ANARI device module, so calling freeLibrary()\nfrom LibraryImpl::~LibraryImpl() can unmap the module while destructor code is still executing.\n\nMove the dynamic library handle release into anariUnloadLibrary(), after the LibraryImpl object\nhas been deleted, and expose the stored handle for that handoff.",
"is_bot": false,
"headline": "fix: defer library unload until after LibraryImpl destruction",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-06-10T16:30:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3ac974d44cacfc9c1fd26c45f8ac29aa8fdf67d",
"body": "ANARILibrary is an opaque C++ handle, but loaded libraries are allocated as\nLibraryImpl-derived objects. Deleting through the handle type triggered\nsized-delete mismatch warnings and skipped LibraryImpl cleanup, leaking the\nloaded library handle.",
"is_bot": false,
"headline": "fix: delete ANARI libraries as LibraryImpl",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-06-10T16:30:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e49027eb5f1df317574684ffe1bda481b151babb",
"body": "OpenUSD 25.08 removed Ndr; Sdr is now the sole shader node registry.\nPort the MDL discovery and parser plugins to the Sdr equivalents:\nSdrDiscoveryPlugin::DiscoverShaderNodes, SdrParserPlugin::ParseShaderNode,\nSdrShaderNodeDiscoveryResult, SdrShaderPropertyUniquePtrVec, SdrTokenMap,\nand the SDR_REGISTER_* macros. Update plugInfo.json bases accordingly.\n\nSdr is already present in 25.05, so no version gating is needed.",
"is_bot": false,
"headline": "Migrate hdanari MDL Sdr plugin from Ndr to Sdr API",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-06-02T18:32:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a94e8cf689dbd639107de676969fada86762d571",
"body": "Some API changes are starting with 25.11, not 26.05",
"is_bot": false,
"headline": "Fix build issues with 25.11 version of OpenUSD.",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-06-02T18:32:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "238cae1a815e20038646f7a9ba8f04ee3d480ef4",
"body": null,
"is_bot": false,
"headline": "fixed stb warnings",
"author_name": "Ingo Wald",
"author_login": "ingowald",
"committed_at": "2026-06-02T18:18:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9535bded36af295ce6219b5ec589ccba87ab66aa",
"body": "The helide device's Ray struct was missing the 16-byte alignment that\nembree requires. This was causing \"ray not aligned to 16 bytes\" errors\nwhen using the helide device.",
"is_bot": false,
"headline": "Fix Embree alignment error by adding alignas to the Ray struct",
"author_name": "Sankhesh Jhaveri",
"author_login": "sankhesh",
"committed_at": "2026-05-29T17:23:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84c40ba040f93240a6428a993c64016ffa708396",
"body": null,
"is_bot": false,
"headline": "convert to generic agent context files",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-05-26T01:45:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "872ebd1d5178c9f3b77be1d199c55113f1fc2fb0",
"body": null,
"is_bot": false,
"headline": "fix: return nullptr for JSON null values in generate_queries",
"author_name": "Sankhesh Jhaveri",
"author_login": "sankhesh",
"committed_at": "2026-05-25T16:11:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a4e37685964fd167fa2f5d0db901143922ff3e3",
"body": null,
"is_bot": false,
"headline": "Add text about python bindings",
"author_name": "Jakob Progsch",
"author_login": "progschj",
"committed_at": "2026-05-13T18:50:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a51dbb64f40a7e521b3d9d2427d7c725a22b6114",
"body": null,
"is_bot": false,
"headline": "fix out of date attribute setup in demo scene",
"author_name": "Jakob Progsch",
"author_login": "progschj",
"committed_at": "2026-05-13T18:39:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d50d9d0a44d853f338ab12c92bfd2b3fc3ffb197",
"body": null,
"is_bot": false,
"headline": "update hdAnari to OpenUSD 26.05",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-05-07T18:02:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79ebccb995382d34b0b01612344880f75958366b",
"body": null,
"is_bot": false,
"headline": "implement implicit aspect ratio in helide + helide_gpu devices",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-04-30T00:55:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c82885762ee1fe031c368dc756f15d5fa83be11",
"body": null,
"is_bot": false,
"headline": "fix logic errors in handling helide_gpu frame invocation",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-04-27T22:46:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaf3b6b145cda7a4b7227695466d45905d42a9a1",
"body": null,
"is_bot": false,
"headline": "fix commit buffer deadlock found on macOS",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-04-27T22:46:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fdccc32ab7bd46f068fb8bee2e0d4648992ba5f",
"body": null,
"is_bot": false,
"headline": "add new helide_gpu device",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-04-25T04:17:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e3c912e99d76950771ff9ba69eb11596284d1d0",
"body": "…ndling",
"is_bot": false,
"headline": "double buffer deferred commits in helium, more robust helide frame ha…",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-04-23T22:12:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e16ce24f288fcb2ea205eeb7ef882c63e5f29669",
"body": null,
"is_bot": false,
"headline": "fix incorrect handling of input sRGB color data",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-04-21T18:16:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1331286c4078011dc4e0679c8c2a5280d4ce6b50",
"body": null,
"is_bot": false,
"headline": "move 1D attribute helpers to base Array for more generic consumption",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-04-03T15:51:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44daf574f13aa502e513fd38fbf34a8c1dd8a946",
"body": null,
"is_bot": false,
"headline": "allow helium::Array users to access the data modified time stamp",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-04-02T15:32:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55f09cf96f329c60967511b087190bb76ca73089",
"body": null,
"is_bot": false,
"headline": "make sure HeCore example device finalizes the zero instance by default",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-03-31T23:46:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c476c979277da5a9dc8f7ec821416e6394039020",
"body": null,
"is_bot": false,
"headline": "add helium code documentation comments",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-03-28T18:37:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f478c52ce99ee1ae35c873769fa1998eb537af14",
"body": null,
"is_bot": false,
"headline": "add CLAUDE files for various libraries",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-03-28T18:37:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b50ddc5e7f820c626c74fa177c6107438985a59f",
"body": null,
"is_bot": false,
"headline": "Fix HDPI support on MacOS",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2026-03-20T15:19:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5a4dc365c4542961e936d6b8371b43af080138f",
"body": null,
"is_bot": false,
"headline": "add high DPI flag for SDL window, allow custom flags from downstream",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-03-18T15:24:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03cbe697eeb88a91e2384e1b9b77f8bedda9f1e3",
"body": null,
"is_bot": false,
"headline": "Fixed size and format crash when resized window maps old frame contents",
"author_name": "Kees Van Kooten",
"author_login": "kvankooten",
"committed_at": "2026-03-04T16:00:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ba18606534d3dffeb4901d8c0147333ad40f254",
"body": null,
"is_bot": false,
"headline": "support visible parameter on volume and surface objects",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-02-26T16:41:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bec2eb6bbe50a21e4233e30892f558dc3e3a804",
"body": null,
"is_bot": false,
"headline": "Removed duplicated option def which breaks windows debug build",
"author_name": "Kees Van Kooten",
"author_login": "kvankooten",
"committed_at": "2026-02-05T17:11:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3b900effea0d92748cec7bfae61f2e7d644dcfc",
"body": null,
"is_bot": false,
"headline": "update copyright dates",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-01-17T00:08:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad24faff5ea57f97dca8f24c9508381b238ab70f",
"body": null,
"is_bot": false,
"headline": "add render mode that doesn't intersect rays for debugging purposes",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-01-09T23:21:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba858759a13fa4b0ab7859d5beeb22c6fd8b0eca",
"body": null,
"is_bot": false,
"headline": "update ANARI-Java link in readme",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2026-01-06T23:02:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41f2ea15156d1de2955e377d54c740f08bcecf13",
"body": "Ensure that texture coordinates are wrapped using fract() when the wrap\nmode is REPEAT in Image1D, Image2D, and Image3D samplers. This fixes\nincorrect sampling at texture boundaries for repeating textures. Adds a\nfract() helper to helium_math.h for this purpose.",
"is_bot": false,
"headline": "Apply correct coordinate wrapping for REPEAT mode in Image1D/2D/3D",
"author_name": "Sankhesh Jhaveri",
"author_login": "sankhesh",
"committed_at": "2026-01-06T22:43:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a579bb080c2d9ee07edfc62db82f91494705be4",
"body": null,
"is_bot": false,
"headline": "README: fix typos and broken links",
"author_name": "Lucas Givord",
"author_login": "lucas-givord",
"committed_at": "2025-11-20T14:30:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18e77dccb15d5b1f8b45c740985f3f8259f99f49",
"body": null,
"is_bot": false,
"headline": "json: Rename `wrapMode1` to `wrapMode` for image1D per specifications",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2025-11-12T19:14:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0994d6a73f4e9eac5acadd333c5031cf18b7d3a7",
"body": null,
"is_bot": false,
"headline": "Add new extension KHR_SAMPLER_IMAGExD_CLAMP_TO_BORDER to json",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2025-11-12T19:14:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11771ad7e70ec8366c82183784b521a4a8794ff7",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into next_release",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2025-11-11T21:11:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "323d6f48880fac9c9e70b35aca620dd5767862cc",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2025-11-06T03:02:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "737e340ecc453d2619641e146e7a5f0c325ef668",
"body": null,
"is_bot": false,
"headline": "Merge branch 'next_release'",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2025-11-06T02:55:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "483c0140a2b02bdeb76869e30b5bc57b646c00cd",
"body": "Bumps [setuptools](https://github.com/pypa/setuptools) from 74.1.2 to 78.1.1.\n- [Release notes](https://github.com/pypa/setuptools/releases)\n- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)\n- [Commits](https://github.com/pypa/setuptools/compare/v74.1.2...v78.1.1)\n\n---\nupdated-dependencies:\n- dependency-name: setuptools\n dependency-version: 78.1.1\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump setuptools from 74.1.2 to 78.1.1 in /cts",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-06T02:54:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6fef26803d495125e081209f54d3e54bfa3c513",
"body": null,
"is_bot": false,
"headline": "shallow out organization of helide + example hecore device source files",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2025-11-05T23:41:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fceedbe6fc50b300d817805e26cf87aeee756afc",
"body": null,
"is_bot": false,
"headline": "add warnings to default messaging for anariRenderTests",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2025-11-05T23:41:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7db9f3256dbdefac8d6b5d1fd9e167fbfa0d829",
"body": null,
"is_bot": false,
"headline": "update extension utility",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2025-11-05T23:41:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41bb922f789cb14015e013ef894be626550ca96f",
"body": null,
"is_bot": false,
"headline": "add missing 1.1 extensions",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2025-11-05T20:19:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a891de137234155258f5405a5b60d7769f9553d",
"body": null,
"is_bot": false,
"headline": "simplify cmake and statically link libanari inside python module",
"author_name": "Jakob Progsch",
"author_login": "progschj",
"committed_at": "2025-11-04T18:27:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1763e0ec67906bf9bb71cc484f5fcbce8e3dc982",
"body": null,
"is_bot": false,
"headline": "new python bindings and packaging",
"author_name": "Jakob Progsch",
"author_login": "progschj",
"committed_at": "2025-11-04T18:27:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b956cf362e3d98e7223ae02651622a0d9394b0cf",
"body": null,
"is_bot": false,
"headline": "Fix directional light in json to match specification",
"author_name": "Jakob Progsch",
"author_login": "progschj",
"committed_at": "2025-10-27T15:20:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4598cac4058011b3f92ec7cc5d0fb229a5bfc00b",
"body": null,
"is_bot": false,
"headline": "implement worldPosition + worldNormal attributes in helide",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2025-10-24T21:11:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fea2bd96e5b0ddbcef1d61c929bb1bede50a978",
"body": null,
"is_bot": false,
"headline": "make ambient radiance changeable on command line for anariRenderTests",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2025-10-21T20:34:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07c87dec0d68677a1159ef26631aee8236c20e7a",
"body": null,
"is_bot": false,
"headline": "hdanari: Expose pixelSamples renderer parameter",
"author_name": "Thomas Arcila",
"author_login": "tarcila",
"committed_at": "2025-09-04T14:04:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7f09b0e0f55840397886ef556a3391d2239648b",
"body": null,
"is_bot": false,
"headline": "remove unused function declarations",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2025-08-26T15:52:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "050afb112d94f3fb960321b2a94f19f476e8e198",
"body": null,
"is_bot": false,
"headline": "helium: fix object notification to occur when finalization happens",
"author_name": "Jefferson Amstutz",
"author_login": "jeffamstutz",
"committed_at": "2025-08-26T15:52:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f951e113a5cb4d61e308202d9b12fc30a7b1bfc",
"body": null,
"is_bot": false,
"headline": "Shipping our own boost::asio is no longer necessary",
"author_name": "Stefan Zellmann",
"author_login": "szellmann",
"committed_at": "2025-08-26T13:23:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b2299b8a9f8502ce56d382034a8c079b2f7e20d",
"body": null,
"is_bot": false,
"headline": "remote device: adapt to changes in boost asio",
"author_name": "Stefan Zellmann",
"author_login": "szellmann",
"committed_at": "2025-08-26T13:23:13Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 22,
"commits_last_year": 109,
"latest_release_at": "2026-07-19T23:33:13Z",
"latest_release_tag": "v0.16.0",
"releases_from_tags": false,
"days_since_last_push": 10,
"active_weeks_last_year": 30,
"days_since_latest_release": 12,
"mean_days_between_releases": 71
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "anari",
"exists": true,
"license": null,
"keywords": [
"License :: OSI Approved :: MIT License",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9"
],
"ecosystem": "pypi",
"matches_repo": false,
"registry_url": "https://pypi.org/project/anari/",
"is_deprecated": false,
"latest_version": "1.0.1",
"repository_url": "https://github.com/ingowald/pynari",
"versions_count": 1,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2024-12-13T22:55:23.219834Z",
"latest_published_at": "2024-12-13T22:55:23.219834Z",
"latest_version_yanked": null,
"days_since_latest_publish": 595
}
]
},
"popularity": {
"forks": 52,
"stars": 298,
"watchers": 17,
"fork_history": {
"days": [
{
"date": "2021-11-02",
"count": 1
},
{
"date": "2021-11-03",
"count": 1
},
{
"date": "2021-11-30",
"count": 1
},
{
"date": "2021-12-02",
"count": 1
},
{
"date": "2021-12-21",
"count": 1
},
{
"date": "2022-01-12",
"count": 1
},
{
"date": "2022-02-03",
"count": 1
},
{
"date": "2022-02-16",
"count": 1
},
{
"date": "2022-03-22",
"count": 1
},
{
"date": "2022-03-25",
"count": 1
},
{
"date": "2022-05-20",
"count": 1
},
{
"date": "2022-07-05",
"count": 1
},
{
"date": "2022-09-01",
"count": 1
},
{
"date": "2022-11-13",
"count": 1
},
{
"date": "2022-11-20",
"count": 1
},
{
"date": "2022-12-11",
"count": 1
},
{
"date": "2023-03-18",
"count": 1
},
{
"date": "2023-05-01",
"count": 1
},
{
"date": "2023-08-02",
"count": 1
},
{
"date": "2023-08-05",
"count": 1
},
{
"date": "2023-08-07",
"count": 1
},
{
"date": "2023-08-30",
"count": 1
},
{
"date": "2023-09-13",
"count": 1
},
{
"date": "2023-11-03",
"count": 1
},
{
"date": "2024-06-19",
"count": 1
},
{
"date": "2024-06-27",
"count": 1
},
{
"date": "2024-07-21",
"count": 1
},
{
"date": "2024-10-13",
"count": 1
},
{
"date": "2024-10-21",
"count": 2
},
{
"date": "2024-11-02",
"count": 1
},
{
"date": "2024-11-05",
"count": 1
},
{
"date": "2024-12-26",
"count": 1
},
{
"date": "2025-01-14",
"count": 1
},
{
"date": "2025-01-30",
"count": 1
},
{
"date": "2025-02-01",
"count": 1
},
{
"date": "2025-05-14",
"count": 1
},
{
"date": "2025-05-15",
"count": 1
},
{
"date": "2025-11-17",
"count": 1
},
{
"date": "2025-11-28",
"count": 1
},
{
"date": "2025-12-02",
"count": 1
},
{
"date": "2025-12-26",
"count": 1
},
{
"date": "2025-12-29",
"count": 1
},
{
"date": "2026-01-05",
"count": 1
},
{
"date": "2026-03-25",
"count": 1
},
{
"date": "2026-04-13",
"count": 1
},
{
"date": "2026-04-15",
"count": 1
},
{
"date": "2026-05-24",
"count": 1
},
{
"date": "2026-06-05",
"count": 1
}
],
"complete": true,
"collected": 49,
"total_forks": 52
},
"star_history": null,
"open_issues_and_prs": 8
},
"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": [],
"largest_source_bytes": 920255,
"source_files_sampled": 569,
"oversized_source_files": 14,
"agent_instruction_files": [
"AGENTS.md",
"cat/AGENTS.md",
"cts/AGENTS.md",
"src/anari_test_scenes/AGENTS.md",
"src/anari_viewer/AGENTS.md",
"src/devices/debug/AGENTS.md",
"src/devices/helide/AGENTS.md",
"src/devices/helide_gpu/AGENTS.md",
"src/devices/remote/AGENTS.md",
"src/hdanari/AGENTS.md",
"src/helium/AGENTS.md"
],
"agent_instruction_max_bytes": 9464
},
"dependencies": {
"manifests": [
"cts/pyproject.toml",
"pyproject.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": 5,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [
{
"name": "cffi",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
},
{
"name": "numpy",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "cffi",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "numpy",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "anari",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "reportlab",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "setuptools",
"direct": false,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 5,
"direct_count": 2,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 287,
"open_issues": 8,
"closed_ratio": 0.862,
"closed_issues": 50,
"closed_unmerged_prs": 18
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "jeffamstutz",
"commits": 463,
"avatar_url": "https://avatars.githubusercontent.com/u/3651610?v=4"
},
{
"type": "User",
"login": "progschj",
"commits": 156,
"avatar_url": "https://avatars.githubusercontent.com/u/1257680?v=4"
},
{
"type": "User",
"login": "tarcila",
"commits": 85,
"avatar_url": "https://avatars.githubusercontent.com/u/134677?v=4"
},
{
"type": "User",
"login": "szellmann",
"commits": 38,
"avatar_url": "https://avatars.githubusercontent.com/u/1730127?v=4"
},
{
"type": "User",
"login": "jspanchu",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/40538987?v=4"
},
{
"type": "User",
"login": "oss-haertl",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/50208655?v=4"
},
{
"type": "User",
"login": "johguenther",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/9035336?v=4"
},
{
"type": "User",
"login": "kvankooten",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/23702409?v=4"
},
{
"type": "User",
"login": "LDeakin",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/5069739?v=4"
},
{
"type": "User",
"login": "sankhesh",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/936354?v=4"
}
],
"contributors_sampled": 22,
"top_contributor_share": 0.568
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"anari_sdk_ci.yml"
],
"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": 10,
"reason": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
"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": 5,
"reason": "Found 2/4 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 5 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "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": 10,
"reason": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"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": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"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": "51a7b0e767f0c6e59cfc55f1a9a62a745ed51397",
"ran_at": "2026-08-01T00:20:09Z",
"aggregate_score": 5.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-21T05:38:11Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-21T05:02:49Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 227,
"created_at": "2024-09-01T20:42:17Z",
"last_comment_at": "2024-09-03T19:10:34Z",
"last_comment_author": "stukowski"
},
{
"number": 246,
"created_at": "2024-10-22T21:24:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 269,
"created_at": "2024-12-20T21:39:34Z",
"last_comment_at": "2024-12-20T21:45:10Z",
"last_comment_author": "ingowald"
},
{
"number": 303,
"created_at": "2025-04-16T22:44:25Z",
"last_comment_at": "2025-04-28T08:30:55Z",
"last_comment_author": "szellmann"
},
{
"number": 323,
"created_at": "2025-10-30T19:15:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 324,
"created_at": "2025-10-30T19:15:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 331,
"created_at": "2025-11-20T14:33:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 344,
"created_at": "2026-03-30T18:07:48Z",
"last_comment_at": "2026-07-10T21:58:15Z",
"last_comment_author": "johguenther"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/KhronosGroup/ANARI-SDK",
"host": "github.com",
"name": "ANARI-SDK",
"owner": "KhronosGroup"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"security": 51,
"vitality": 80,
"community": 56,
"governance": 67,
"engineering": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 80,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"commits_last_year": 109,
"human_commit_share": 0.99,
"days_since_last_push": 10,
"active_weeks_last_year": 30
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 10 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 10
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "30/52 weeks with commits",
"points": 20.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 30
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "109 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 109
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"releases_count": 22,
"latest_release_tag": "v0.16.0",
"releases_from_tags": false,
"days_since_latest_release": 12,
"mean_days_between_releases": 71
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "22 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 22
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 12 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 12
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~71 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 71
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": 10,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 10 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 10
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 56,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"forks": 52,
"stars": 298,
"watchers": 17,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "298 stars",
"points": 40.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 298
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "52 forks",
"points": 14.2,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 52
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "17 watchers",
"points": 6.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 17
}
}
],
"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 (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"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
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 67,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 22,
"top_contributor_share": 0.568
},
"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 57% of commits",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 57
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "22 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 22
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"merged_prs": 287,
"open_issues": 8,
"closed_issues": 50,
"issue_closed_ratio": 0.862,
"closed_unmerged_prs": 18
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "86% of issues closed",
"points": 40.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 86
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "287/305 decided PRs merged",
"points": 36,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 287,
"decided": 305
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/4 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 3981,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "KhronosGroup",
"public_repos": 191,
"account_age_days": 5232
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "3,981 followers of KhronosGroup",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3981,
"login": "KhronosGroup"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "191 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 191
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 61,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"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": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"3d-graphics",
"3d-visualization",
"3d-rendering",
"c",
"cpp"
],
"has_wiki": false,
"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": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 51,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 51,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 5.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": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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 2/4 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"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": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"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": 12
},
"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": "moderate",
"name": "AI Readiness",
"value": 61,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.475,
"agent_instruction_files": [
"AGENTS.md",
"cat/AGENTS.md",
"cts/AGENTS.md",
"src/anari_test_scenes/AGENTS.md",
"src/anari_viewer/AGENTS.md",
"src/devices/debug/AGENTS.md",
"src/devices/helide/AGENTS.md",
"src/devices/helide_gpu/AGENTS.md",
"src/devices/remote/AGENTS.md",
"src/hdanari/AGENTS.md",
"src/helium/AGENTS.md"
],
"agent_instruction_max_bytes": 9464
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, cat/AGENTS.md, cts/AGENTS.md, src/anari_test_scenes/AGENTS.md, src/anari_viewer/AGENTS.md, src/devices/debug/AGENTS.md, src/devices/helide/AGENTS.md, src/devices/helide_gpu/AGENTS.md, src/devices/remote/AGENTS.md, src/hdanari/AGENTS.md, src/helium/AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, cat/AGENTS.md, cts/AGENTS.md, src/anari_test_scenes/AGENTS.md, src/anari_viewer/AGENTS.md, src/devices/debug/AGENTS.md, src/devices/helide/AGENTS.md, src/devices/helide_gpu/AGENTS.md, src/devices/remote/AGENTS.md, src/hdanari/AGENTS.md, src/helium/AGENTS.md"
}
}
],
"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": "47 of 99 human commits state their intent (structured subject or explanatory body)",
"points": 25.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 47,
"sampled": 99
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.04,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.01
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"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": "C++ (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C++"
}
}
],
"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": "4 of the last 100 commits agent-authored or agent-credited",
"points": 8,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 4,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "1 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "C++",
"largest_source_bytes": 920255,
"source_files_sampled": 569,
"oversized_source_files": 14
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C++ (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C++"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "14/569 source files over 60KB",
"points": 53.6,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 569,
"oversized": 14
}
}
],
"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",
"pypi package 'anari' points at a different repository (https://github.com/ingowald/pynari); excluded from ecosystem scoring",
"Could not fetch pypi package 'anari-cts-report' from its registry",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-08-01T00:20:32.322687Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/k/KhronosGroup/ANARI-SDK.svg",
"full_name": "KhronosGroup/ANARI-SDK",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}