mirror of
https://github.com/euphy/polargraphcontroller
synced 2025-01-10 04:05:15 +01:00
dcd28fe4f9
Draw Spirograph-like shapes within the polargraphcontroller by adjusting some parameters. Using a Raspberry Pi to run polargraphcontroller rotary encoders can be used to adjust the spirograph parameters.
26 lines
909 B
Markdown
26 lines
909 B
Markdown
polargraphcontroller
|
|
====================
|
|
|
|
Polargraph controller
|
|
Copyright Sandy Noble 2015.
|
|
|
|
- Requires the excellent ControlP5 GUI library available from https://github.com/sojamo/controlp5.
|
|
- Requires the excellent Geomerative library available from http://www.ricardmarxer.com/geomerative/.
|
|
- Running on Processing v2.2.1.
|
|
|
|
This is a desktop application for controlling a polargraph machine, communicating using ASCII command language over a serial link.
|
|
|
|
The [latest releases bundle] (https://github.com/euphy/polargraphcontroller/releases/latest) contains
|
|
copies of all the libraries that I use, as well as all the source, and compiled versions of the code where sensible.
|
|
|
|
sandy.noble@gmail.com
|
|
http://www.polargraph.co.uk/
|
|
|
|
|
|
Spirograph functions Copyright Mark Craig 2017
|
|
|
|
GPIO access on Raspberry Pi requires PiJ4 library available from http://pi4j.com/index.html.
|
|
|
|
@markcra
|
|
http://www.markcra.com/
|