========================================================== BrachioGraph ========================================================== .. rubric:: The world's 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. BrachioGraph plots cheerful, low-fi drawings, and can produce robotic sketches using a variety of drawing implements. 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 and includes simple Python code to drive the plotter and vectorise bit-map images. Contents ------------ .. grid:: 1 1 2 2 .. grid-item:: :doc:`Tutorial ` **Start here**: build the machine, install the software, make your first drawings .. grid-item:: :doc:`How-to guides ` Improve the calibration, process images, visualise plotter behaviour, build alternative designs .. grid:: 1 1 2 2 :reverse: .. grid-item:: :doc:`Reference ` Guide to key classes and functions .. grid-item:: :doc:`Explanation ` Understanding the mathematics, choosing hardware 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 -------------------------- BrachioGraph 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