Go to file
Sandy Noble 55a32c8b70 Getting there... 2013-11-01 13:37:08 +00:00
data Fixed that stinky webcam_captureCurrentImage problem. It turned out I was tracking the wrong local repo, so my changes weren't pushing. 2013-08-11 10:18:30 +01:00
.gitignore Fixed that stinky webcam_captureCurrentImage problem. It turned out I was tracking the wrong local repo, so my changes weren't pushing. 2013-08-11 10:18:30 +01:00
BLOBables.pde Oh and the BLOBables file. 2013-03-29 19:19:46 +00:00
ControlFrame.pde Getting there... 2013-11-01 13:37:08 +00:00
DisplayMachine.pde Changed "webcam" to "trace", made trace load the contents of the bitmap instead of looking for a webcam. 2013-05-09 23:31:44 +01:00
Machine.pde Getting there... 2013-11-01 13:37:08 +00:00
Misc.pde Working in processing 2, with a few cp5 complaints that seem to have no consequences. 2013-09-07 18:23:01 +01:00
Panel.pde Image only on webcam page. 2013-03-30 11:18:44 +00:00
Polargraphsd spec.properties.txt Fixed that stinky webcam_captureCurrentImage problem. It turned out I was tracking the wrong local repo, so my changes weren't pushing. 2013-08-11 10:18:30 +01:00
README.md Create README.md 2013-04-13 15:52:29 +02:00
Rectangle.pde Initial import 2013-02-17 22:52:07 +00:00
controlsActions.pde Begin refactoring to use processing 2 2013-09-01 18:25:33 +01:00
controlsActionsWindows.pde Getting there... 2013-11-01 13:37:08 +00:00
controlsSetup.pde Fixed that stinky webcam_captureCurrentImage problem. It turned out I was tracking the wrong local repo, so my changes weren't pushing. 2013-08-11 10:18:30 +01:00
drawing.pde Added new rove features, swirling, render. 2013-04-28 10:47:01 +01:00
gamepad.pde Added downloading speed and lift range. Fixed some errors around vector rescaling. Added "upload speed" and "upload lift range" as buttons, but upload speed isn't showing up for some reason. Another day. Removed procontroll as a dependency and the gamepad as an input device. Commented out code in case anyone else wants it. 2013-04-16 23:14:46 +01:00
gpl.txt Initial import 2013-02-17 22:52:07 +00:00
ikea.properties.txt Example setup 2013-04-24 12:53:35 +01:00
polargraphcontroller.pde Working in processing 2, with a few cp5 complaints that seem to have no consequences. 2013-09-07 18:23:01 +01:00
tabSetup.pde Changed "webcam" to "trace", made trace load the contents of the bitmap instead of looking for a webcam. 2013-05-09 23:31:44 +01:00
trace.pde Some sw 2013-08-26 18:09:44 +01:00

README.md

polargraphcontroller

/** Polargraph controller Copyright Sandy Noble 2012.

Requires the excellent ControlP5 GUI library available from http://www.sojamo.de/libraries/controlP5/. Requires the excellent Geomerative library available from http://www.ricardmarxer.com/geomerative/.

This is an application for controlling a polargraph machine, communicating using ASCII command language over a serial link.

sandy.noble@gmail.com http://www.polargraph.co.uk/ http://code.google.com/p/polargraph/

Polargraph Controller is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Polargraph Controller is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Polargraph Controller. If not, see http://www.gnu.org/licenses/.

*/