1 == Halcyon - ActionScript 3 renderer for Potlatch 2.0 ==
3 Here's some embryonic unfinished stuff to play with.
5 This is a live OSM renderer written in AS3 which will one day grow into a beautiful map editor.
7 === What you'll need ===
9 * OSM Rails port installed on your local machine
10 * Flex SDK - http://www.adobe.com/products/flex/ (free, OS X/Windows/Linux)
11 * AS3 docs - http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/
12 * Flash debug player - http://www.adobe.com/support/flashplayer/downloads.html
13 * Basically you might as well just sell your soul to Adobe
15 === How to compile and run ===
18 mxmlc -managers=flash.fonts.AFEFontManager -output=/path/to/halcyon.swf /path/to/halcyon.mxml
21 * Make sure test.yaml is in the same directory as halcyon.swf
22 * Open halcyon.swf in your browser
24 === Some other stuff you might need to know ===
26 * The as3yaml library has been patched a bit to actually make it work.
27 * The stuff about -managers=flash.fonts.AFEFontManager is probably only required on OS X.
28 * Flex compiler runs at about the speed of a tortoise soaked in molasses which happens also to be dead.