Skip to content
alice edited this page Jun 6, 2025 · 7 revisions

Introduction

SignSpace is a language for describing 3D scenes generated with SDF (signed distance field) primitives. It's built as an internal DSL in C++.

Set Up

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!

Clone this wiki locally