You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
data | 9 years ago | |
.gitignore | 9 years ago | |
BLOBables.pde | 10 years ago | |
ControlFrame.pde | 8 years ago | |
ControlFrameSimple.pde | 8 years ago | |
DisplayMachine.pde | 7 years ago | |
DrawPixelsWindow.pde | 7 years ago | |
FileLoading.pde | 4 years ago | |
Machine.pde | 5 years ago | |
MachineExecWindow.pde | 8 years ago | |
MachineStoreWindow.pde | 8 years ago | |
Misc.pde | 8 years ago | |
Panel.pde | 5 years ago | |
Polargraphsd spec.properties.txt | 10 years ago | |
README.md | 4 years ago | |
Rectangle.pde | 8 years ago | |
SerialPortWindow.pde | 6 years ago | |
controlsActions.pde | 3 years ago | |
controlsActionsWindows.pde | 6 years ago | |
controlsSetup.pde | 5 years ago | |
drawing.pde | 3 years ago | |
gpl.txt | 10 years ago | |
ikea.properties.txt | 10 years ago | |
polargraphcontroller.pde | 3 years ago | |
queue.pde | 5 years ago | |
tabSetup.pde | 8 years ago | |
trace.pde | 10 years ago |
README.md
polargraphcontroller
Polargraph controller Copyright Sandy Noble 2018.
- 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.
How to run it from source.