Robotlegs
For Haxe/OpenFL
Robotlegs v2 is a popular Micro-Architecture framework originally written in AS3,
which has now been ported to Haxe and integrates with OpenFL, Starling and Away3D.
which has now been ported to Haxe and integrates with OpenFL, Starling and Away3D.
Additionally the metadata driven IOC (Inversion Of Control) solution SwiftSuspenders, also originally written in AS3 has also been ported to haxe.
(SwiftSuspenders is a dependency of Robotlegs).
Currently flash and html5 targets are supported. (although we may look at expanding to other platforms).
Robotlegs haxelib repo:
haxelib install robotlegs
Github repo can be found here: [repo path=”robotlegs/openfl-robotlegs-framework”]
SwiftSuspenders haxelib repo:
haxelib install swiftSuspenders
Github repo can be found here:
[repo path=”robotlegs/openfl-swiftsuspenders”]
Example Robotlegs haxelib repo:
haxelib install robotlegsExamples
Github repo can be found here: [repo path=”robotlegs/openfl-robotlegs-framework-examples”]
A basic ToDoList example application built with Robotlegs can be viewed below, in both HTML5 and Flash. These examples utilizes OpenFL as the rendering engine. Source code can be download from the openfl-robotlegs-framework-examples repo.