Sha256: 9f8528cb4ef08d0d1cd2d57f63aacff4346eadc3fab6b70a492c99c013ee0a92

Contents?: true

Size: 1.3 KB

Versions: 10

Compression:

Stored size: 1.3 KB

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).Tested on raspbian Buster on RaspberryPI3B+ and RaspberryPI4, also works on Manajaro distro (64bit) on RapsberryPI4.

#### Executable ####

PiCrate sketches are executable scripts that (but without the executable permission), that will run directly from jruby.


```bash
jruby my_sketch.rb
```

The gem executable is `picrate`, which can be used to install samples (and to 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]

* Use --dev flag to speed start-up


[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

10 entries across 10 versions & 1 rubygems

Version Path
picrate-2.5.0-java docs/about.md
picrate-2.4.2-java docs/about.md
picrate-2.4.1-java docs/about.md
picrate-2.4.0-java docs/about.md
picrate-2.3.0-java docs/about.md
picrate-2.2.0-java docs/about.md
picrate-2.1.2-java docs/about.md
picrate-2.1.1-java docs/about.md
picrate-2.1.0-java docs/about.md
picrate-2.0.1-java docs/about.md