> Is there any way or tool for creating an Augmented Reality app for iOS using 
> LiveCode ?



LiveCode is (currently at least) a truly terrible tool for building augmented 
reality apps - primarily because it has no functionality for handling 3d 
content or 3d rendering.  Even if you're doing the sort of AR that's based on 
sensor input and location with 2d overlays rather than marker or point cloud 
recognition, you still need to render in a 3d world.  With an external you'd 
either have to handle all of the 3d stuff outside of LiveCode, or build quite a 
complex interface to enable it to be managed from LiveCode.

At least until LiveCode adds 3d graphics capabilities the best general purpose 
environment for building cross-platform AR apps is Unity and the best 
library/plugin for tracking markers or point clouds is Qualcomm's Vuforia.  I'd 
suggest looking at those first.

Mark
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to