m4/org/openalice-spatial
openalice-spatial
Features
6
Status
·unknown
Last activity
23d ago
Branch
mvp
spatial/generate
2 features- spatial.generate.objectsrc/main.rs:657Shortcut endpoint to generate a single 3D object (mode=object) with prompt or image.api:POST /v1/objectssince 0.1.0
- spatial.generate.worldsrc/main.rs:255Submit text or image prompt to generate a 3D world via NANO-PATH (multi-view → Gaussian Splat).api:POST /v1/generatesince 0.1.0
spatial/jobs
1 feature- spatial.jobs.statussrc/main.rs:455Poll a generation job's status (Queued/Generating/Fitting/Completed/Failed) with progress.api:GET /v1/jobs/:idsince 0.1.0
spatial/worker
1 feature- spatial.worker.pullsrc/main.rs:737GPU worker long-polls the queue (≤30s) for a pending DiffSplat/MV3D task.api:GET /v1/worker/pullsince 0.1.0
spatial/world
2 features- spatial.world.downloadsrc/main.rs:482Download a generated 3D world (PLY/GLTF) for client-side WebGPU rendering.api:GET /v1/worlds/:idsince 0.1.0
- spatial.world.save-statesrc/main.rs:574Persist a composed world state (objects, camera presets, lighting) to disk by world_id.api:POST /v1/worlds/:id/statesince 0.1.0