Hello,
This is a set of semi-technical questions regarding vector graphics file support in Corona. Basically trying to load a vector graphics file (via http or locally) and treat it as a raster image (or layer) that can be transformed, image filter, etc.
Wondering if I could do the following with Corona:
* load an external vector image format (i.e. SVG) and treat it as any other DisplayableObject.
Note: I don’t mind even having a hidden webkit view and grabbing the file off the DOM tree (if it can be done)
* Import a Framework project or external library like Cairo (http://cairographics.org/) from an XCode template project. (via build settings)
Note: it would be nice if I could import one or many 3rd party libraries like this and just wrap extern’d C functions with Lua using Lua’s C wrapper convention.
Just trying to figure out if this is possible and how it would have to be done. Not sure if Corona has a pluggable architecture or if it just produces an XCode project that can be tweaked (best option) prior to release. If the latter is the case I think one could just stub out some Lua functions so the simulator doesn’t crash and then import the libraries when building and deploying to the device.
Thanks,
Joe Graham [import]uid: 6769 topic_id: 1054 reply_id: 301054[/import]
