Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ZackPierce/fxg2as3
Converting FXG markup into executable Actionscript 3 code
https://github.com/ZackPierce/fxg2as3
Last synced: 2 months ago
JSON representation
Converting FXG markup into executable Actionscript 3 code
- Host: GitHub
- URL: https://github.com/ZackPierce/fxg2as3
- Owner: ZackPierce
- Archived: true
- Created: 2011-05-05T02:08:05.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-05-05T03:04:55.000Z (over 13 years ago)
- Last Synced: 2024-08-03T05:02:49.516Z (6 months ago)
- Language: ActionScript
- Homepage:
- Size: 805 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
- awesome-actionscript-sorted - fxg2as3 - Converting FXG markup into executable Actionscript 3 code (File Formats / FXG)
README
h1. fxg2as3
fxg2as3 is a library and handy AIR application for converting FXG markup to executable Actionscript 3 code.
h2. Directory Structure
The code for this project is split into 3 directories.
* `library` contains the core functionality for converting XML objects containing FXG markup into Strings of Actionscript 3 code
* `application` contains a small AIR application that uses the `library` code to convert FXG from either the local filesystem or from copied/paste
* `test` contains FlexUnit oriented unit test classes for the `library` code