Skip to content

jalbanesi/nmexpro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a branch of the NMEX library available here: http://code.google.com/p/nmex/

Features added:

  • Fixed build for latest version of NME (3.5.5)
  • Added support for local multiplayer via Game Center
  • Added local notifications (iOS)
  • AudioSession class for tracking iPod player state, and controlling app audio behavior
  • Improved text in iRate
  • Various bug fixes

Android support is untested currently.

Installation

  1. Install NMEX into a directory: git clone https://github.com/proletariatgames/nmexpro.git DESTINATION-FOLDER
  2. Point haxelib to this directory: haxelib dev nmex DESTINATION-FOLDER
  3. Add the following to your application NMML file:
    <haxelib name="nmex" if="ios" />
  4. You may need to add the following framework dependencies:
    <dependency name="GameKit.framework" if="ios" />
    <dependency name="StoreKit.framework" if="ios" />
    <dependency name="SystemConfiguration.framework" if="ios" />
    <dependency name="Social.framework" if="ios" />
    <dependency name="Accounts.framework" if="ios" />
    <dependency name="AdSupport.framework" if="ios" />
    <dependency name="MediaPlayer.framework" if="ios" />

About

Proletariat branch of Haxe NMEX library (native NME extensions for iOS/Android)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 65.4%
  • Java 12.1%
  • JavaScript 9.6%
  • CSS 8.7%
  • Objective-C 2.6%
  • Haxe 1.4%
  • Other 0.2%