An open API service indexing awesome lists of open source software.

https://github.com/monkstone/piartdesign

A guide to writing processing sketches in ruby on RaspberryPI
https://github.com/monkstone/piartdesign

Last synced: 5 months ago
JSON representation

A guide to writing processing sketches in ruby on RaspberryPI

Awesome Lists containing this project

README

          

= PiArtDesign
A guide to writing processing sketches in ruby on RaspberryPI

Welcome to the PiCrate book.

Using Scott Chacon asciidoc https://github.com/progit/progit2 as a template for the book (except being a linux user I prefer adoc extension to asc extension for asciidoc files).

== How To Generate the Book (_It doesn't work yet silly, there's no content_, but it will one day)

You can generate the e-book files manually with adociidoctor.
If you run the following you _may_ actually get HTML, Epub, Mobi and PDF output files:

----
$ bundle install
$ bundle exec rake book:build
Converting to HTML...
-- HTML output at picrate.html
Converting to EPub...
-- Epub output at picrate.epub
Converting to Mobi (kf8)...
-- Mobi output at picrate.mobi
Converting to PDF...
-- PDF output at picrate.pdf
----

== Contributing

If you'd like to help out by making a change, take a look at the link:CONTRIBUTING.md[contributor's guide].