https://github.com/piotrzarzycki21/transpiledactionscript
It is all about Apache Royale™ (FlexJS)
https://github.com/piotrzarzycki21/transpiledactionscript
actionscript apache-flexjs apache-royale transpiledactionscript
Last synced: 19 days ago
JSON representation
It is all about Apache Royale™ (FlexJS)
- Host: GitHub
- URL: https://github.com/piotrzarzycki21/transpiledactionscript
- Owner: piotrzarzycki21
- License: apache-2.0
- Created: 2017-10-15T15:45:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T11:53:33.000Z (over 6 years ago)
- Last Synced: 2025-02-08T20:33:18.377Z (2 months ago)
- Topics: actionscript, apache-flexjs, apache-royale, transpiledactionscript
- Language: ActionScript
- Homepage: https://transpiledactionscript.com/
- Size: 6.69 MB
- Stars: 13
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Summary
The [TranspiledActionScript](https://transpiledactionscript.com/) is an idea to have all the updates on what is happening in [Apache Royale™](http://royale.apache.org/) project in one place. This repository will present information as code snippets, utils, wiki articles as well as more sophisticated examples, some of which will be at a certain point moved to Apache Royale™ project.
## How it works
The repository will contain three branches, i.e. examples, snippets and utils. Each branch will have its own main folder, – Examples, Snippets and Utils, respectively. The branches can be described in the following way:
[examples](https://github.com/piotrzarzycki21/TranspiledActionScript/tree/examples) - will contain the Examples folder, in which each created subfolder will present an example with files that can be opened and built using the IDEs currently supporting Apache Royale™ ([Moonshine IDE](http://moonshine-ide.com/), Visual Studio Code by [NextGen ActionScript](https://nextgenactionscript.com/) plugin). Additionally, examples will contain Maven "pom.xml" files which will allow to build the examples without IDE involvement. As one of the purposes of this branch is to presents the newest features available in Apache Royale™, the written code will always use the “Nightly build” of Apache Royale™.
Examples
|
|
+ MyExample
|
|
+ AnotherExample
[snippets](https://github.com/piotrzarzycki21/TranspiledActionScript/tree/snippets) - will contain the Snippets folder, in which each created subfolder will include files (ActionScript classes, MXML files) containing short presentation of an interesting code in Apache Royale™, along with a proper description, usually in a separate GitHub .md file.Snippets
|
|
+ MyBindingSnippets
|
|
+ MySecondBindingSnippets
[utils](https://github.com/piotrzarzycki21/TranspiledActionScript/tree/utils) – will contain everything which does not fit the "examples" or "snippets" branches, but can be helpful while developing your applications in Apache Royale™.Utils
|
|
+ MyUtilsForBuildHelp
|
|
+ MyUtilForCleanUp
## ReleasesThe release will take place as soon as enough helpful information is gathered in one of the branches. All the updated branches will be merged into the "master" branch at a certain point, the [CHANGELOG.md](https://github.com/piotrzarzycki21/TranspiledActionScript/blob/master/CHANGELOG.md) will be updated and the release will be announced to you.
## Trademarks
Apache, Apache Royale™, Apache Maven™ and the Apache Maven™, Apache Royale™ logo are either registered trademarks or trademarks of the [Apache Software Foundation](https://www.apache.org/) in the United States and/or other countries. No endorsement by The Apache Software Foundation is implied by the use of these marks.ActionScript are registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries. No endorsement by Adobe Systems Incorporated is implied by the use of these marks.
##
Support this project by buying me beer on [Patreon](https://www.patreon.com/piotrzarzycki)! :)Enjoy!