2007年へ/ 2008年へ/ 2009年へ/ 2010年へ/ 2011年へ/ 2012年へ/
2008-02-01[n年前へ]
2009-02-01[n年前へ]
■OpenCV Cross-compiling for iPhone 
OpenCV Cross-compiling for iPhone
Cross-compiling is one of the many joys of iPhone development. Generally cross compiling is as easy as calling a `configure’ script with the correct parameters: In our case for putting OpenCV on the iPhone, we used the following command:
2010-02-01[n年前へ]
■ iPhone用サーバーアプリは ObjectiveResource + Ruby on Rails で超簡単!! 
「iPhone用サーバーアプリは ObjectiveResource + Ruby on Rails で超簡単!!」
iPhoneはゲームのようにiPhoneだけで完結するアプリもありますが、たいていのアプリはサーバーと連携することで大きな可能性を得る事ができると思います。 その際にサーバー側のシステムとiPhone側のサーバーとの通信をどうするかは悩みどころですが、ObjectiveResource + Ruby on Rails を使うと本当に簡単にサーバー側と通信を行う事が出来ます。