An Openframe format extension which runs openFrameworks executables built for the RPi (arm).
To install, log into the Pi where you have Openframe installed, and run:
$ openframe -i openframe-of
This will install the extension on your current frame.
NOTE: The installation takes a super long time, on the order of an hour. This is because it is installing all of the dependencies for openFrameworks. Be patient... it only needs to happen once.
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.
Once you have a compiled openFrameworks executable, add an Artwork to your 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!).
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.
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 repo.