-
Notifications
You must be signed in to change notification settings - Fork 0
Home
alice edited this page Jun 6, 2025
·
7 revisions
SignSpace is a language for describing 3D scenes generated with SDF (signed distance field) primitives. It's built as an internal DSL in C++.
To start describing your scene in SignSpace, edit the user::create()
function in signspace.cpp
. Check out the language tutorial for how to get started!