Menu

Scripting

Jordan Bunke

Scripts in Stipple Effect are written in my own scripting language, DeltaScript, and saved with the file extension .ses. DeltaScript has a very simple syntax and will feel familiar to anyone with substantial programming experience. You can read find its documentation here.

Users can write scripts for the following contexts:

Each of these categories of scripts has a contract that scripts must comply with in order to be executable.

Stipple Effect extends DeltaScript with two new types and dozens of bindings for program actions in the form of getter (expressions) and setter (statements) functions.

More on scripting in Stipple Effect


Related

Wiki: Automation scripts
Wiki: Color scripts
Wiki: Home
Wiki: Preview scripts
Wiki: Scripting API