.. raw:: html ========================================================== BrachioGraph - the cheapest, simplest possible pen-plotter ========================================================== .. raw:: html Share on Twitter Follow @BrachioGraph --------------- BrachioGraph - *arm-writer* - is an easy-to-build pen-plotter, driven by a library of simple Python applications. A BrachioGraph can be built for about €15 in an hour or so, using a Raspberry Pi computer, hobby servo motors and household items. The `BrachioGraph library `_ is published on GitHub abd includes simple Python code to drive the plotter and vectorise bit-map images. BrachioGraph plots cheerful, low-fi drawings, and can produce robotic sketches using a variety of drawing implements. Contents ------------ :doc:`Tutorial ` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ **Start here**: build the machine, install the software, make your first drawings :doc:`How-to guides ` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Improve the calibration, process images, visualise plotter behaviour, alternative designs :doc:`Explanation ` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Understanding the mathematics, choosing hardware. :doc:`Reference ` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Guide to key classes and functions From bitmap to plot via vectorisation ------------------------------------- .. rst-class:: clearfix row .. image:: /images/anselmo.jpg :alt: 'Anselmo' .. image:: /images/prague2.jpg :alt: 'Prague' .. rst-class:: clearfix row The BrachioGraph community -------------------------- BrachioGraphs benefits from contributions from the open-source community, and independently-created :ref:`community resources `. These include videos, `brachio.me `_, a web version of the linedraw software used to vectorise images and `3D printed plotter components `_. About the documentation ----------------------- This documentation uses the `Diátaxis documentation structure `_ .. toctree:: :maxdepth: 1 :hidden: Tutorial How-to guides Reference Explanation