Skip to content

Commit dd8a82b

Browse files
committed
README
1 parent 058224b commit dd8a82b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Description
33
================
44

5-
Like the original `ruby-processing`, `JRubyArt` is like a DSL for vanilla `processing`, so sketches can be written as **bare** sketches (ie they do not require a **class** wrapper, JRubyArt does that for you as does vanilla processing cf [propane][propane]). Here you will find many of the processing example sketches have been translated to ruby as **bare** sketches) but you can add a **class** wrapper if that suits you. You should also checkout the [Nature of Code Examples in ruby][] and for the beginner [Learning Processing with Ruby][] for even more examples. Many sketches folders includes autorun Rakefiles, and some of these can be run from the root directory as a demo:-
5+
Like the original `ruby-processing`, `JRubyArt` is like a DSL for vanilla `processing`, so sketches can be written as **bare** sketches (ie they do not require a **class** wrapper, JRubyArt does that for you as does vanilla processing cf [propane][propane]). Here you will find many of the processing example sketches have been translated to ruby as **bare** sketches) but you can add a **class** wrapper if that suits you. You should also checkout the [Nature of Code Examples in ruby][] and for the beginner [Learning Processing with Ruby][] for even more examples. Many sketch folders includes autorun Rakefiles, and some of these can be run from the root directory as a demo:-
66

77
1. in a console cd `k9_samples` directory
88
2. and `rake` to run all the core examples (excludes gem examples etc)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Wordcram
2+
3+
It is unfortunate that there is an original wordcram gem for ruby-processing, so make sure you install the `ruby_wordcram` gem to run these sketches in JRubyArt. You might want to look at toxiclibs color_utils if you want create a custom `palette` for your `wordcloud` sketch, for inspiration there are may `wordle` examples out there.
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### Toxiclibs
2-
These examples require installation of the 'toxiclibs-0.5.1+' gem. They work but they might benefit from a bit more re-factoring for JRubyArt.
2+
These examples require installation of the 'toxiclibs-0.9.2+' gem. They work but they might benefit from a bit more re-factoring for JRubyArt.
33
```bash
44
gem install toxiclibs
55
```
6+
7+
See also [more examples][examples]
8+
9+
[examples]:https://github.com/ruby-processing/toxicgem/tree/master/examples

0 commit comments

Comments
 (0)