Skip to content
/ Ejecta Public
forked from phoboslab/Ejecta

A Fast, Open Source JavaScript, Canvas & Audio Implementation for iOS

Notifications You must be signed in to change notification settings

finscn/Ejecta

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Fast, Open Source JavaScript, Canvas & Audio Implementation for iOS

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 75.2%
  • C 14.6%
  • JavaScript 5.7%
  • Objective-C++ 3.1%
  • C++ 1.1%
  • HTML 0.2%
  • Shell 0.1%