Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firmata/processing
processing client for firmata
https://github.com/firmata/processing
Last synced: 4 days ago
JSON representation
processing client for firmata
- Host: GitHub
- URL: https://github.com/firmata/processing
- Owner: firmata
- Created: 2012-01-19T04:14:44.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-08-27T07:24:22.000Z (about 1 year ago)
- Last Synced: 2024-04-15T00:06:03.420Z (7 months ago)
- Language: Java
- Homepage: https://github.com/firmata/arduino
- Size: 744 KB
- Stars: 64
- Watchers: 20
- Forks: 28
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Processing client for Firmata
See http://playground.arduino.cc/Interfacing/Processing for more info.
## Contributing
*Note: The build process (as defined in build.xml) copies 2 jar files from the Processing
application and assumes Processing is installed on OS X in the Applications directory so
the following build instructions will currently only work for OS X.*To build:
1. Ensure you have [Apache Ant](http://ant.apache.org/) installed.
2. From the root directory, run: `ant`
This will generate a few directories, but ultimately all you need is the updated
processing-arduino.zip file.
3. Run: `ant clean` to remove the generated files and directories