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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# propane-examples
2
-
Example Sketches for propane-2.3.2+ features updated control_panel library (replacing `c.title = 'PaneTitle'` with `c.title('PaneTitle')`) also enable use of `block` with `button's`.
2
+
Example Sketches for propane-2.4.0+ features updated control_panel library (replacing `c.title = 'PaneTitle'` with `c.title('PaneTitle')`) also enable use of `block` with `button's`.
3
3
See also [Example-Sketches][examples] for JRubyArt (many of with only need to be class wrapped to run with propane).
4
4
5
5
WIP to complete translation from JRubyArt to propane using [this conversion tool][conversion], and by replacing `Processing::Proxy` with `Propane::Proxy`, and unnest some classes as required.
6
6
7
7
See how to install [java libraries here][contributed]
8
8
9
9
To auto-run many samples `cd` this directory and `rake` for others like pbox2d
10
-
`rake pbox2d` you get the idea (read the Rakefile). NB: not all samples get auto-run, and where appropriate you need to install library or gem.
10
+
`rake pbox2d` you get the idea (read the Rakefile). NB: not all samples get auto-run, and where appropriate you need to install required library or gem.
11
11
12
12
### Partial Catalogue (for the lazy)
13
13
@@ -33,6 +33,7 @@ To auto-run many samples `cd` this directory and `rake` for others like pbox2d
33
33
3.[control-panel][]
34
34
4.[video][]
35
35
5.[glvideo][]
36
+
6.[library proxy][]
36
37
37
38
4. Gems
38
39
1.[PBox2D][pbox2d]
@@ -85,3 +86,5 @@ To auto-run many samples `cd` this directory and `rake` for others like pbox2d
0 commit comments