Marketplace Plugins

Hi,

Not sure if we can do this yet, since it’s still beta time, but I have a question about packaging up HTML5 plugins for the Marketplace.

Do we just use the standard Plugin Template build tool in the https://github.com/develephant/corona-html5-plugin-boilerplate?

And if so, do we put the _js.js file in with the rest of the files in the support directory? Or is the process different?

On some initial testing I was not able to access the _js.js from another directory in the plugin stub…

... if platform == 'html5' then lib = require("otherdir.myplugin\_js") --\< fail! else ...

…which you generally do to reference a file when using a support directory. Does the _js.js just sit at the same level as the stub file?

-dev

Good question. I’ll see what I can find out.

Rob

I guess you can do plugins for marketplace. Here sample of JS plugin for Corona marketplace. But I should notice that its structure may be changed because html5 builder is in beta for now.

Hi,

Thanks for the info. I wasn’t really planning on doing plugins until the beta was done. Mostly just curious.

-dev

Good question. I’ll see what I can find out.

Rob

I guess you can do plugins for marketplace. Here sample of JS plugin for Corona marketplace. But I should notice that its structure may be changed because html5 builder is in beta for now.

Hi,

Thanks for the info. I wasn’t really planning on doing plugins until the beta was done. Mostly just curious.

-dev