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
- Host: GitHub
- URL: https://github.com/monkstone/piartdesign
- Owner: monkstone
- License: other
- Created: 2019-01-13T06:34:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-13T08:52:51.000Z (over 7 years ago)
- Last Synced: 2025-05-21T18:13:35.160Z (about 1 year ago)
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- Contributing: CONTRIBUTING.md
- License: LICENSE.adoc
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].