Wizcorp / phonegap-plugin-wizCanvas

WizCanvas allows a developer to create a ultra-performant native canvas component. The view is based on the Ejecta framework and has WebGL support.
MIT License
43 stars 13 forks source link

Needs better docs on how to use #33

Closed appguy1 closed 9 years ago

appguy1 commented 9 years ago

This seems like a great project, but I can't for the life of me get it to work. I put an app that works perfectly on regular Ejecta in the assets/canvas directory as stated and I just get a plain cordova helloworld page. I ran the supplied command, I built it, now what?

I had similar issues with the regular Ejecta-X project. I finally got it running the demo ejecta application, but replacing the contents of the directory containg index.js only led to the app crashing on startup despite it working fine on regular Ejecta.

And you can't assume it is the same from Ejecta. There you have an apps directory, here you are playing find the index.js file.

I appreciate your effort, but regular Ejecta is simple to use. Ejecta-X leaves me pulling my hair out.

aogilvie commented 9 years ago

This repository is not Ejecta-X. This is wizCanvas. Ejecta-X is here

Sounds like you have not created a canvas view. Double check the README. Or run the sample application in platforms/android or platforms/ios to learn how PhoneGap Plugins work via JavaScript.

There are no plans to add further how-to documentation. I'm closing this issue for now, but I will be open to PRs for documentation and further discussion if required.