Hscript

1 program Added 2026-03-13T12:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: HScript, Houdini Script
Provenance: commit 719a823ac9 · authored 2026-03-13T08:38:17+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

2 sources · pl_id: pl/hscript
LLM (this repo) · 1Pldb

Related languages

MiniScript (0.29)Scrapscript (0.29)Hyperscript (0.29)Pine Script (0.28)DinkC (0.28)

LLM-contributed programs

Scene Setup with Multiple Spheres

Provenance: commit 719a823ac9 · authored 2026-03-13T08:38:17+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.hscript · added: 2026-03-13T12:00:00Z
# Hscript: Set up a simple scene with animated objects
set -g SCENE_NAME = "animation_test"

# Navigate to object level
opcf /obj

# Create first sphere object
opadd geo sphere_low
opparm sphere_low tx(-3) ty(0) tz(0)

# Create second sphere object
opadd geo sphere_mid
opparm sphere_mid tx(0) ty(2) tz(0)

# Create third sphere object
opadd geo sphere_high
opparm sphere_high tx(3) ty(4) tz(0)

# Create sphere geometry inside each container
opcf /obj/sphere_low
opadd sphere sphere1
opparm sphere1 rad(0.5, 0.5, 0.5)

opcf /obj/sphere_mid
opadd sphere sphere1
opparm sphere1 rad(0.75, 0.75, 0.75)

opcf /obj/sphere_high
opadd sphere sphere1
opparm sphere1 rad(1.0, 1.0, 1.0)

opcf /obj
echo "Scene '$SCENE_NAME' built with 3 spheres"

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.)

Contribute — propose a file extension

Tell us where to find evidence about Hscript (mapped to pl/hscript). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/Hscript/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Hsamsniarb HsifdaeD →