Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwohl committed Jul 1, 2016
1 parent 26b829a commit aa55549
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -18,20 +18,20 @@ This will install the extension on your current frame.
### Usage

The extension expects the file available at the artwork URL to be an openFrameworks executable compiled for the Raspberry Pi. For more info about developing openFrameworks projects for the Raspberry Pi, see they [great documentation on the openFrameworks site](http://openframeworks.cc/setup/raspberrypi/).
The extension expects the file available at the artwork URL to be an openFrameworks executable compiled for the Raspberry Pi. For more info about developing openFrameworks projects for the Raspberry Pi, see the [great documentation on the openFrameworks site](http://openframeworks.cc/setup/raspberrypi/).

Once you have a compiled openFrameworks executable, add an Artwork to your [openframe.io](http://openframe.io) account, selecting the 'Other' Artwork format and entering 'openframe-of' in the field.

Any artwork listed with the format 'OF' should work (assuming the poster of the work tested it!).

### How it works

It's really simple. Since openFrameworks compiles to an executable, we just need to download the file, make sure it's executable, and execute it. The important thing that this extension does is install the openFrameworks dependencies.
It's really simple. Since openFrameworks compiles to an executable, we just need to download the file, make sure it's executable, and run it. The important thing that this extension does is install the openFrameworks dependencies.

### Potential issue?
### Potential issues?

I'm not totally sure how OF addons will work. I think some addons include dependencies, while others might require additional dependencies to be installed on the Pi. This will take some testing and some input from someone more familiar with openFrameworks than myself.
I'm not totally sure how OFX addons will work. I think some addons include dependencies, while others might require additional dependencies to be installed on the Pi. This will take some testing and some input from someone more familiar with openFrameworks than myself.

--

For info on developing your own extensions, see the [Openframe-Extension](https://github.com/jmwohl/Openframe-Extension) repo.
For info on developing your own extensions, see the [Openframe-Extension](https://github.com/jmwohl/Openframe-Extension) repo.

0 comments on commit aa55549

Please sign in to comment.