Skip to content

crayfellow/openfl-native

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

https://github.com/openfl/openfl/wiki/Get-Started

Development Build

git clone https://github.com/openfl/openfl-native
haxelib dev openfl-native openfl-native

After cloning, "openfl-native/ndll" will be empty. You may copy the "ndll" folder from a haxelib version of openfl-native (which still may be up-to-date) or you may compile them from the source:

git clone https://github.com/haxenme/NME nme
git clone https://github.com/haxenme/nmedev
haxelib dev nme nme
haxelib dev nmedev nmedev

To rebuild binaries for a platform, use "openfl rebuild", such as:

openfl rebuild windows
openfl rebuild windows,blackberry
openfl rebuild linux -64
openfl rebuild android -debug

The default "rebuild" will compile all binaries. You can add "-debug" and "-release" and other flags to specify that you only want to rebuild one kind of binary. You can separate multiple build targets using commas.

There is also a "-rebuild" flag you can use with other OpenFL commands, for fast testing:

openfl test windows -rebuild

To return to a release build:

haxelib dev openfl-native

About

Default native backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haxe 84.4%
  • Java 9.7%
  • JavaScript 5.5%
  • Other 0.4%