Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 496 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 496 Bytes

starling-haxe

The "Cross-Platform Game Engine", openfl port. Version 2.1.

Installation

Clone the Starling repository:

git clone https://github.com/maaniv/starling-haxe.git

Tell haxelib where your development copy is installed:

haxelib dev starling-haxe starling-haxe

To add it to an OpenFL project, add this to your project file:

<haxelib name="starling-haxe" />

To create starling demo project type:

openfl create starling-haxe demo starling-demo