POV-Ray
1 program
Added 2026-02-23T15:52:14Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: Persistence of Vision Raytracer
Provenance: commit 59f99c36ca · authored 2026-02-23T16:53:06+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
7 sources · pl_id:
pl/pov-ray-sdlExtensions claimed by this language
6 claims. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.pov | linguist | primary | 69.5K files |
.pov | pygments | primary | 69.5K files |
.pov | wikidata | primary | 69.5K files |
.inc | linguist | secondary | 6.3M files |
.inc | pygments | secondary | 6.3M files |
.inc | wikidata | secondary | 6.3M files |
Related languages
LLM-contributed programs
Draw a Sphere
Provenance: commit 59f99c36ca · authored 2026-02-23T16:53:06+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
#include "colors.inc"
camera { location <0,0,-3> look_at <0,0,0> }
light_source { <10,10,-10> White }
sphere { <0,0,0>,1
texture {
pigment { color Blue }
finish { phong 1 }
}
}
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)
Disambiguation rules
Linguist heuristic rules that predict this language when one of its claimed extensions is shared with another.
| Rule | Ext | Kind | Predicates (truncated) |
|---|---|---|---|
h/linguist/.inc/4 | .inc | predicates | [{"kind": "any", "regexes": ["^\\s*#(declare|local|macro|while)\\s"]}] |