Ejecta
Ejecta is a fast, open source JavaScript, Canvas & Audio implementation for iOS. Think of it as a Browser that can only display a Canvas element.
More info & Documentation: http://impactjs.com/ejecta
Ejecta is published under the MIT Open Source License.
The REAMDME of original Ejecta : https://github.com/phoboslab/Ejecta/blob/master/README.md .
Features of this Fork version
- Improve GameCenter
- Improve iOS
iAd
- Support iOS
Social API
- Support LocalNotification
- Support
AlertView
(non-block)
- Support
WebView
- Encryption of Resource
- More Ad SDKs Integration:
- Chartboost
- Google AdMob
- Vungle
- UnityAds
- AdColony
- Some new API/Event/Attribute:
load
event of window
unload
event of window
- Some Utils ( see
EJBindingAppUtils.m
):
- get udid & uuid
- get system local (= preferredLanguages)
- get system version
- get app version ( = CFBundleShortVersionString)
- get app build ( = CFBundleVersion)
- check file exists (use
fileExists
)
- add "eval" function
- download file to local folder
- save image/canvas to local folder
- some functions about Font
- Improve Gamepad
- Minor improvements