openFrameworks-RaspberryPi / openFrameworks

This repo has migrated into the openFramworks core! Please go to http://github.com/openFrameworks/openFrameworks for the latest!
http://github.com/openFrameworks/openFrameworks
Other
104 stars 11 forks source link

Support for pcDuino #137

Closed bakercp closed 11 years ago

bakercp commented 11 years ago

Just released:

https://www.sparkfun.com/products/11712

This branch should work out of the box with this (and yet another reason not to associate directly with the Raspberry Pi branding).

We should get a few and make sure we're compatible.

danzeeeman commented 11 years ago

already ordered :D! Yeah embedded Linux branch seems like a better name.

On Fri, Mar 1, 2013 at 12:37 PM, Christopher Baker <notifications@github.com

wrote:

Just released:

https://www.sparkfun.com/products/11712

This branch should work out of the box with this (and yet another reason not to associate directly with the Raspberry Pi branding).

We should get a few and make sure we're compatible.

— Reply to this email directly or view it on GitHubhttps://github.com/openFrameworks-RaspberryPi/openFrameworks/issues/137 .

"I believe in science. Unlike mathematical theorems, scientific results can't be proved. They can only be tested again and again, until only a fool would not believe them.

I cannot prove that electrons exist, but I believe fervently in their existence. And if you don't believe in them, I have a high voltage cattle prod I'm willing to apply as an argument on their behalf. Electrons speak for themselves."

-- Seth Lloyd: Quantum Mechanical Engineer, MIT

/.

bakercp commented 11 years ago

First person to get it running on pcDuino gets a beer?

One point to note -- I'm assuming that we'll need to spruce up our X11 support for pcDuino as it's running Ubuntu and probably looks more like a pandaboard build (I'm assuming it has optimized x11 support, unlike RPi -- [btw beta support is now possible via Simon's X11 w/RPi, but its not in the main raspbian branch yet AFAIK]). There are still a few X11 window-related issues that I haven't been able to tackle b/c I'm 100% Pi at this point.

So, when making the platform config for pcDuino, we just need to make sure it defaults to x11 (ofEGLWindow should detect if a display is available and default to X11 if the raspberry PI define is not defined ... so theoretically after the apt-get dependencies are installed, it should just run ... wouldn't that be cool :)).

bakercp commented 11 years ago

I'm going to close this as an issue. It will fix itself and we can add a real issue if it emerges.