Skip to content

Commit b1bf783

Browse files
committed
readme notice
1 parent efdde8c commit b1bf783

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,13 @@ Get inspired by [Bret Victor](http://worrydream.com/#!/LearnableProgramming) or
1010
This drawing was made from a 6 year old girl at the CoderDojo cologne...
1111

1212
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.
21+
22+
This is live coding a live coding app...

0 commit comments

Comments
 (0)