aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-11-02 22:35:17 +0100
committerThomas White <taw@physics.org>2020-11-02 22:35:17 +0100
commite6449987b4969a1f2abdfd9d227d4c9951d3bc9c (patch)
tree88fd73ab53dc9afd020e368b73b44da553ff3240
parent1925e39638c6fdf33bbb0407bb8f90b022557748 (diff)
Update REAME.md
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 400cb8a..0b608fd 100644
--- a/README.md
+++ b/README.md
@@ -87,3 +87,16 @@ Getting started
6. Patch a fixture with `(define fix (patch-fixture! <generic-dimmer> 1 #:universe 2))` - replace 1 and 2 with the DMX address and universe (respectively) of a real dimmer.
7. Turn the dimmer on with `(at fix 100)`
8. Look in the _examples_ folder for more advanced ideas.
+
+
+Related projects
+----------------
+
+There are many stage lighting software projects, but most of them seem to concentrate on "disco style" effects and chases whereas Starlet is aimed more towards theatre shows. Here are some that I found especially interesting:
+
+
+* [Fivetwelve-CSS](https://github.com/beyondscreen/fivetwelve-css) DMX lighting control using CSS. [Watch this video](https://www.youtube.com/watch?v=ani_MOZt5_c)
+* [Afterglow](https://github.com/Deep-Symmetry/afterglow) Clojure live coding environment using OLA
+* [QLC+](https://qlcplus.org/) the most popular open-source lighting control program
+
+It's also worth taking a look at the [stage-lighting topic](https://github.com/topics/stage-lighting) on Github. \ No newline at end of file