piotrzarzycki21 / TranspiledActionScript

It is all about Apache Royale™ (FlexJS)

Home Page:https://transpiledactionscript.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Summary

The TranspiledActionScript is an idea to have all the updates on what is happening in Apache Royale™ 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 - 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, Visual Studio Code by NextGen ActionScript 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 - 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 – 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 

Releases

The 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 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 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! :)

Enjoy!

About

It is all about Apache Royale™ (FlexJS)

https://transpiledactionscript.com/

License:Apache License 2.0


Languages

Language:ActionScript 100.0%