Skip to content

Commit 09ae79b

Browse files
authored
Update README.md
1 parent 33c3e8c commit 09ae79b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

library/library_proxy/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
### Using the LibraryProxy in your sketches
2+
LibraryProxy is a [abstract java class](https://github.com/ruby-processing/JRubyArt/blob/master/src/monkstone/core/LibraryProxy.java) so that you can acccess vanilla processing library reflection methods in you sketches using ruby.
3+
24
In the sketch you should `load_library :library_proxy` and your library class should inherit
35
from LibraryProxy and implement pre(), draw() and post() methods (can be empty method if not
46
required). For simplicity initialize your `processing library` in the sketch `setup`.
@@ -94,4 +96,4 @@ end
9496
# does nothing here see custom_array.rb
9597
def draw
9698
end
97-
```
99+
```

0 commit comments

Comments
 (0)