Skip to content

Ludei's plugins are multiplatform Javascript APIs, that work in any of the three environments of CocoonJS: accelerated canvas, webview+ and system webview.

Notifications You must be signed in to change notification settings

ludei/cocoonjs-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ed38089 · Sep 29, 2015

History

88 Commits
Jul 21, 2015
Sep 29, 2015
Nov 20, 2014
Oct 24, 2014
Sep 22, 2014
Oct 22, 2014
Sep 22, 2014
Sep 22, 2014
Nov 19, 2014
Nov 20, 2014

Repository files navigation

CocoonJS Plugins

Ludei's plugins (also called extensions) are multiplatform Javascript APIs, that work in any of the three environments of CocoonJS: Canvas+, WebView+ and System webview.

Visit http://doc.ludei.com/latest/ where you'll find detailed documentation for all of the CocoonJS javascript plugins.

You can find the final, minified files in the "build/" directory.

Here is a list of the most common APIs you'd be interested in:

  • Ads (Mopub, Chartboost, AdMob, etc...)
  • Camera (Access to the camera raw data)
  • Device (Device APIs to control things like the orientation of your app)
  • Dialog (Native prompt and confirm dialogs)
  • Motion ( Gyroscope and Accelerometer APIs)
  • Multiplayer (Game Center and Google Play Games)
  • Notification (Push and local notifications)
  • Social ( Facebook, Google Play, Game Center)
  • Store
  • Touch
  • WebView

We hope you find everything you need to get going here, but if you stumble on any problems with the docs or the extensions, just drop us a line at our forum (support.ludei.com) and we'll do our best to help you out.

How to build this project

Clone this repo and run the following command.

$ npm install
$ grunt && grunt jsdoc

This command will create a folder called build/ that will contain cocoon.js and cocoon.min.js.

Useful links

How to use: https://www.ludei.com/cocoonjs/how-to-use/
Documentation: http://doc.ludei.com/latest/
Cloud compiler: http://cloud.ludei.com

About

Ludei's plugins are multiplatform Javascript APIs, that work in any of the three environments of CocoonJS: accelerated canvas, webview+ and system webview.

Resources

Stars

Watchers

Forks

Packages

No packages published