# starling-builder-engine **Repository Path**: eran/starling-builder-engine ## Basic Information - **Project Name**: starling-builder-engine - **Description**: No description available - **Primary Language**: ActionScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-11-15 - **Last Updated**: 2024-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Starling Builder ####Overview Starling Builder is a user interface editor for Starling. It’s built on top of Starling/Feathers UI framework. You can edit your user interfaces in Starling Builder, export them to JSON layout files, and create the starling display objects directly in the game. It provides an WYSIWYG way to create any in-game UI in minutes. There are 2 parts in Starling Builder: the [engine](https://github.com/mindjolt/starling-builder-engine) and [editor](https://github.com/mindjolt/starling-builder-editor). The engine is a module responsible for converting layout files into display objects. Both the game and the editor rely on it. The editor is a standalone application where you create your UI layouts. Normally you don't need to check out the editor source unless you want to expand the tool, you can download the latest binary at http://cache.mindjolt.com/starling-builder/v0.6.0/starling-builder.air and the demo workspace at http://cache.mindjolt.com/starling-builder/v0.6.0/demo_workspace.zip ####Check out editor repository: ``` git clone https://github.com/mindjolt/starling-builder-editor --recursive ``` You will need to checkout the engine repo to put it into your game. It also contains a demo project, available at http://cache.mindjolt.com/starling-builder/demo/demo_web.html ####Check out engine repository: ``` git clone https://github.com/mindjolt/starling-builder-engine ``` If you want to create custom UI components or feathers theme the editor can support, check out the [extension](https://github.com/mindjolt/starling-builder-extensions) repository for the usage. ####Documentation For more information, please visit our wiki page at http://wiki.starling-framework.org/builder/start