Skip to content

AZidan/nme

 
 

Repository files navigation

Build Status Join the chat at https://gitter.im/haxenme/nme

Native Media Engine

A proven backend for native iOS, Android, Windows, Mac and Linux

Installation

  1. Install Haxe

  2. Install NME

haxelib install hxcpp
haxelib install nme
haxelib run nme setup

To install a specific version

  1. Go to NME Host
  2. Download a version, for example nme-5.5.11.zip
  3. haxelib install ~/Downloads/nme-5.5.11.zip

Building applications

cd nme/samples/DisplayingABitmap
nme test neko
nme test cpp
nme test flash
nme test mac
nme test windows
nme test android
nme test webos
nme test ios

Note: nme is a shortcut to haxelib run nme

Learning NME

Browse the sample projects. Every sample project contains the .hx Haxe sources and the .nmml config file to build the example.

About

A cross-platform native backend for Haxe projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 51.4%
  • C 22.1%
  • Haxe 18.8%
  • Objective-C++ 3.5%
  • Java 3.3%
  • Objective-C 0.6%
  • Other 0.3%