Sha256: bcda5f851bc51dc1c0d46159fa48e3faa26572fad70e9c2a1d9442e5afc1497e
Contents?: true
Size: 1018 Bytes
Versions: 1
Compression:
Stored size: 1018 Bytes
Contents
--- layout: default title: About permalink: /about/ --- ![picrate.png]({{ site.github.url }}/assets/android-chrome-192x192.png) PiCrate is both a `library` and an `app` that allows you to create [processing][processing] sketches in ruby on the [RaspberryPI][PI] (or 64 bit linux). PiCrate is available as a gem (from [rubygems][rubygems]), it requires [JRuby][jruby] to both install and run. It does not depend on a vanilla processing install ( _cf_ JRubyArt). #### Executable #### The executable is `picrate`, which can be used to install samples (and configure [GeanyIDE][geany]) and some processing libraries #### Library ### Your PiCrate sketches need to `require` the `picrate` library, and can be run with `jruby`. * Command line interface (typically using vim as editor) * Gui interface, sketches can be run from [GeanyIDE][geany] [rubygems]:https://rubygems.org/ [jruby]:https://www.jruby.org/ [PI]:https://www.raspberrypi.org/ [processing]:https://www.processing.org/ [geany]:https://www.geany.org/
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
picrate-0.6.0-java | docs/about.md |