Skip to content

Commit 0a205de

Browse files
committed
2 parents 60f97b5 + 6ac7c0e commit 0a205de

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# 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`.
33
See also [Example-Sketches][examples] for JRubyArt (many of with only need to be class wrapped to run with propane).
44

55
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.
66

77
See how to install [java libraries here][contributed]
88

99
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.
1111

1212
### Partial Catalogue (for the lazy)
1313

@@ -33,6 +33,7 @@ To auto-run many samples `cd` this directory and `rake` for others like pbox2d
3333
3. [control-panel][]
3434
4. [video][]
3535
5. [glvideo][]
36+
6. [library proxy][]
3637

3738
4. Gems
3839
1. [PBox2D][pbox2d]
@@ -85,3 +86,5 @@ To auto-run many samples `cd` this directory and `rake` for others like pbox2d
8586
[conversion]:https://gist.github.com/monkstone/6f61ecf6c0f222d9b80250bd60a8c84f
8687
[examples]:https://github.com/JRubyArt-examples/propane-examples
8788
[contributed]:https://ruby-processing.github.io/propane/contributed
89+
90+
[library proxy]:https://github.com/ruby-processing/propane-examples/tree/master/processing_app/library/library_proxy

0 commit comments

Comments
 (0)