I am building a series of apps whereby the user needs to warp an image using user-definable corner coordinates.
Currently, Corona has no method for doing this, of course. In OpenGL it’s very simple, so I don’t think it would be terribly difficult to extend Corona images to facilitate this.
My only alternative at present is (ugh)…send the image to a back-end server for processing, then ship the baked image back to the client. This will be slow and bandwidth-intensive, making the user experience very poor.
It seems to me that the cool applications for arbitrarily distorted images are many, Many pseudo-3D UI effects, Star Wars-style scrolling text, etc.
What are my options for accomplishing this via Corona? I’m very comfortable with Corona, and (of course), I’m already a customer…don’t really want to switch to a different SDK for this.
Thanks in advance!
-John [import]uid: 193702 topic_id: 33099 reply_id: 333099[/import]