All Projects → proletariatgames → nmexpro

proletariatgames / nmexpro

Licence: MIT license
Proletariat branch of Haxe NMEX library (native NME extensions for iOS/Android)

Programming Languages

Objective-C++
1391 projects
haxe
709 projects
objective c
16641 projects - #2 most used programming language
C++
36643 projects - #6 most used programming language
java
68154 projects - #9 most used programming language
c
50402 projects - #5 most used programming language
shell
77523 projects

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" />
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].