https://github.com/creativeinquiry/uarm
Starter code for using the Uarm
https://github.com/creativeinquiry/uarm
Last synced: 9 months ago
JSON representation
Starter code for using the Uarm
- Host: GitHub
- URL: https://github.com/creativeinquiry/uarm
- Owner: CreativeInquiry
- Created: 2016-06-15T20:18:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-16T18:22:53.000Z (about 10 years ago)
- Last Synced: 2025-09-08T23:32:40.934Z (9 months ago)
- Language: Processing
- Size: 29.3 KB
- Stars: 1
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#UARM Code
In this repository you will find code that uses openFrameworks to control the arm & code that is run in Processing to control the arm.
##OF
This was tested & confirmed in OpenFrameworks v. 9.0.
If you are a Mac user [follow this tutorial](
http://openframeworks.cc/setup/xcode/) to set up your xcode environment. Create a project using the project generator, which can be found in the folder projectGenerator_osx or it can just be opened like any app.
Download ofApp.h & ofApp.c, then go into the project you generated and put them in src folder, replacing the ofApp files there.
OF code was written by Aman Tiwari w. edits by Char Stiles
##Processing
This was tested & confirmed in Processing 3.0.1.
Download UArm_Client & open in processing.
Then go to sketch > Import Library > Add Library... then choose G4P & install it.
Processing code was written by Epic Jefferson