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

clean up Raspberry Pi devApps #123

Closed jvcleave closed 11 years ago

jvcleave commented 11 years ago

With the updated Makefile system the current raspberry_pi* demos in devApps no longer work out of the box.

I say we have 2 sample projects in devApps

raspberryPIEmptyExample (uses default GLES2 Render) raspberryPIEmptyShaderExample (loads external shaders that work easily with GLES2 render)

I think this will help us have some common ground to reference around any further Makefile system development as well as write documentation/tutorials around

Thoughts?

danzeeeman commented 11 years ago

Why not just start a raspberryPi directory in /examples? Then we can make example projects like: helloPi, gpioExample, gles2Example, etc

jvcleave commented 11 years ago

that could work as well - we would have to edit the .gitignore file

bakercp commented 11 years ago

I'm closing this as an issue for futher discussion on your pull request @jvcleave