All Projects → UnderwaterApps → overlap2d-runtime-haxeflixel

UnderwaterApps / overlap2d-runtime-haxeflixel

Licence: Apache-2.0 License
No description, website, or topics provided.

Programming Languages

haxe
709 projects

overlap2d-runtime-haxeflixel

This is an official runtime for loading scenes, created with Overlap2D Editor ( http://overlap2d.com/ ), and rendering them in HaxeFlixel framework.

Loading and rendering your scene is as easy as writing:

var sl:SceneLoader = new SceneLoader();
sl.loadScene("MainScene");
add(sl.getRoot());

Learn more by reading getting started guide from our wiki

##How to Contribute

The detailed specification of what runtime should do is in here

Please read before you contribute.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].