<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Scripting</title><link>https://sourceforge.net/p/stipple-effect/wiki/Scripting/</link><description>Recent changes to Scripting</description><atom:link href="https://sourceforge.net/p/stipple-effect/wiki/Scripting/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 13 Aug 2024 17:33:51 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/stipple-effect/wiki/Scripting/feed" rel="self" type="application/rss+xml"/><item><title>Scripting modified by Jordan Bunke</title><link>https://sourceforge.net/p/stipple-effect/wiki/Scripting/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -14,3 +14,4 @@

 * [API](Scripting-API)
 * [Script examples](https://github.com/jbunke/se-script-examples)
+* [*DeltaScript for Stipple Effect* - VS Code syntax highlighting extension](https://marketplace.visualstudio.com/items?itemName=jordanbunke.deltascript-for-stipple-effect)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jordan Bunke</dc:creator><pubDate>Tue, 13 Aug 2024 17:33:51 -0000</pubDate><guid>https://sourceforge.net7456bff11bdd4f8844fb15485bb55a5638ab494f</guid></item><item><title>Scripting modified by Jordan Bunke</title><link>https://sourceforge.net/p/stipple-effect/wiki/Scripting/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -4,6 +4,7 @@

 * [Automation](Automation-scripts)
 * [Previews](Preview-scripts)
+* [Color transformation](Color-scripts)

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

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jordan Bunke</dc:creator><pubDate>Tue, 13 Aug 2024 17:33:50 -0000</pubDate><guid>https://sourceforge.net593159eb557a7e64e2f707eca55ca23db8e9a9be</guid></item><item><title>Scripting modified by Jordan Bunke</title><link>https://sourceforge.net/p/stipple-effect/wiki/Scripting/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -11,4 +11,5 @@

 ### More on scripting in _Stipple Effect_

-* [API](Scripting-API) (highly recommended)
+* [API](Scripting-API)
+* [Script examples](https://github.com/jbunke/se-script-examples)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jordan Bunke</dc:creator><pubDate>Tue, 13 Aug 2024 17:33:50 -0000</pubDate><guid>https://sourceforge.netbfa7b8ac4c377b8eb5df0a0d2675615bbc41c92c</guid></item><item><title>Scripting modified by Jordan Bunke</title><link>https://sourceforge.net/p/stipple-effect/wiki/Scripting/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -2,8 +2,8 @@

 Users can write scripts for the following contexts:

-* [Automation](https://github.com/jbunke/stipple-effect/wiki/Automation-scripts)
-* [Previews](https://github.com/jbunke/stipple-effect/wiki/Preview-scripts)
+* [Automation](Automation-scripts)
+* [Previews](Preview-scripts)

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

@@ -11,4 +11,4 @@

 ### More on scripting in _Stipple Effect_

-* [API](https://github.com/jbunke/stipple-effect/wiki/Scripting-API)
+* [API](Scripting-API) (highly recommended)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jordan Bunke</dc:creator><pubDate>Tue, 13 Aug 2024 17:33:50 -0000</pubDate><guid>https://sourceforge.neted0e00c08d8b308f854fe5293bf4b5b5a7d9f2ad</guid></item><item><title>Scripting modified by Jordan Bunke</title><link>https://sourceforge.net/p/stipple-effect/wiki/Scripting/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -2,8 +2,8 @@

 Users can write scripts for the following contexts:

-* [Automation]()
-* [Previews]()
+* [Automation](https://github.com/jbunke/stipple-effect/wiki/Automation-scripts)
+* [Previews](https://github.com/jbunke/stipple-effect/wiki/Preview-scripts)

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

@@ -11,4 +11,4 @@

 ### More on scripting in _Stipple Effect_

-* [API]()
+* [API](https://github.com/jbunke/stipple-effect/wiki/Scripting-API)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jordan Bunke</dc:creator><pubDate>Tue, 13 Aug 2024 17:33:48 -0000</pubDate><guid>https://sourceforge.net39b58790180ed987ce669f2aaa5c0b0ee4e40052</guid></item><item><title>Scripting modified by Jordan Bunke</title><link>https://sourceforge.net/p/stipple-effect/wiki/Scripting/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,4 +1,4 @@
-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]().
+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](https://github.com/jbunke/delta-time/wiki/DeltaScript).

 Users can write scripts for the following contexts:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jordan Bunke</dc:creator><pubDate>Tue, 13 Aug 2024 17:33:48 -0000</pubDate><guid>https://sourceforge.netba823a353d6e328999503db25b3b9eee8adcd3fa</guid></item><item><title>Scripting modified by Jordan Bunke</title><link>https://sourceforge.net/p/stipple-effect/wiki/Scripting/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,6 +1,6 @@
 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 custom scripts for the following contexts:
+Users can write scripts for the following contexts:

 * [Automation]()
 * [Previews]()
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jordan Bunke</dc:creator><pubDate>Tue, 13 Aug 2024 17:33:48 -0000</pubDate><guid>https://sourceforge.nete4778be881a5948e9151fdbbd9afd5f34d77cecd</guid></item><item><title>Scripting modified by Jordan Bunke</title><link>https://sourceforge.net/p/stipple-effect/wiki/Scripting/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,6 +1,4 @@
-## Scripting
-
-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 a substantial amount of programming experience. You can read find its documentation [here]().
+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 custom scripts for the following contexts:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jordan Bunke</dc:creator><pubDate>Tue, 13 Aug 2024 17:33:48 -0000</pubDate><guid>https://sourceforge.net76ca8579faf0ec66e939586c8ee8dace78053d27</guid></item><item><title>Scripting modified by Jordan Bunke</title><link>https://sourceforge.net/p/stipple-effect/wiki/Scripting/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="scripting"&gt;Scripting&lt;/h2&gt;
&lt;p&gt;Scripts in &lt;em&gt;Stipple Effect&lt;/em&gt; are written in my own scripting language, &lt;em&gt;DeltaScript&lt;/em&gt;, and saved with the file extension &lt;code&gt;.ses&lt;/code&gt;. &lt;em&gt;DeltaScript&lt;/em&gt; has a very simple syntax and will feel familiar to anyone with a substantial amount of programming experience. You can read find its documentation &lt;a href="../"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Users can write custom scripts for the following contexts:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="../"&gt;Automation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="../"&gt;Previews&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Each of these categories of scripts has a &lt;strong&gt;contract&lt;/strong&gt; that scripts must comply with in order to be executable.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Stipple Effect&lt;/em&gt; extends &lt;em&gt;DeltaScript&lt;/em&gt; with two new types and dozens of bindings for program actions in the form of getter (expressions) and setter (statements) functions.&lt;/p&gt;
&lt;h3 id="more-on-scripting-in-stipple-effect"&gt;More on scripting in &lt;em&gt;Stipple Effect&lt;/em&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="../"&gt;API&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jordan Bunke</dc:creator><pubDate>Tue, 13 Aug 2024 17:33:48 -0000</pubDate><guid>https://sourceforge.netb3f563e9207d5e8c901743b97444a4a991309fc2</guid></item></channel></rss>