Blitz3D
1 program
Added 2026-02-07T16:00:54.668999Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Blitz3D
Provenance: commit 7b0b7470dd · authored 2026-02-07T17:01:26+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/blitz3dRelated languages
LLM-contributed programs
Rotating Cube
Provenance: commit 7b0b7470dd · authored 2026-02-07T17:01:26+01:00 · agent claude-code · model sonnet · WebSearch disabled
; Rotating Cube in Blitz3D
Graphics3D 640, 480
camera = CreateCamera()
PositionEntity camera, 0, 0, -5
light = CreateLight()
RotateEntity light, 45, 45, 0
cube = CreateCube()
While Not KeyHit(1)
RotateEntity cube, 0.5, 1.0, 0.3
RenderWorld
Flip
Wend
End
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.)