Skip to content

Commit 0c9a9f0

Browse files
author
Andreas Kugel
committed
update
1 parent 889b800 commit 0c9a9f0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/4b-beadwork.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
import sys
66
from moviepy.editor import VideoClip
77

8+
# inspired by http://fakugesi.co.za/vernacular-algorithms-pop-project-isea2018-durban/
9+
# see also http://fakugesi.co.za/wp-content/uploads/2018/06/Beadwork_Code_3.jpeg
10+
# and https://csdt.rpi.edu/culture/whte/beadworkalgorithm.html
11+
# which also links to some images and scratch examples
12+
# google: https://www.google.com/search?q=algorithm+beadwork&tbm=isch
13+
14+
815
#colors
916
colors = ((255,255,255),(0,0,0),(255,0,0),(0,255,0))
1017
# bead patterns

0 commit comments

Comments
 (0)