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

EasyCam Throws 'Poco::SystemException' #8

Closed danzeeeman closed 11 years ago

bakercp commented 11 years ago

I am thinking that ofEasyCam may be failing because we do not have ofEvents working correctly yet (to respond to mouse / keyboard input). I am working on this now over in another issue and hope to have it all working in the next few hours.

bakercp commented 11 years ago

I am still getting this problem and it seems to be the root of many 3d problems https://github.com/openFrameworks-RaspberryPi/openFrameworks/wiki/Embedded-linux-Examples-compatibility-chart

bakercp commented 11 years ago

This is resolved with debain 1.3 repo poco libs (and should be with @arturoc's recompiled 1.4.3p1 libs) The easycam example now works.

bakercp commented 11 years ago

fixed with #63