You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,4 +10,13 @@ Get inspired by [Bret Victor](http://worrydream.com/#!/LearnableProgramming) or
10
10
This drawing was made from a 6 year old girl at the CoderDojo cologne...
11
11
12
12
There is a stand alone app to play with without need of installing all stuff.
13
-
With "ellipse 50 50 80 80" or "rect/line/fill" you can draw and with mouse dragging change the values.
13
+
With "ellipse 50 50 80 80" or "rect/line/fill" you can draw and with mouse dragging change the values.
14
+
15
+
16
+
Notice
17
+
===============
18
+
19
+
Start Ruby-Processing with "rp5 watch simple_live_coding.rb". This reloads "simple_live_coding.rb" after safing and you can implement your ideas in this file
20
+
without need to restart. After implementation of the new feature just copy your code in a seperate file in the "main" directory and do "require_relative" for the file.
0 commit comments