A proven backend for native iOS, Android, Windows, Mac and Linux
-
Install Haxe
-
Install NME
haxelib install hxcpp
haxelib install nme
haxelib run nme setup
To install a specific version
- Go to NME Host
- Download a version, for example nme-5.5.11.zip
haxelib install ~/Downloads/nme-5.5.11.zip
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 tohaxelib run nme
Browse the sample projects. Every sample project contains the .hx Haxe sources and the .nmml config file to build the example.
- NDK(r20) Recommended
haxelib run nme build android
builds all APKshaxelib run nme test android
only builds the APK required for the running devices architecture