You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by an...@apache.org on 2019/12/27 19:31:23 UTC

[royale-docs] branch master updated: Update frameworks-and-libraries.md

This is an automated email from the ASF dual-hosted git repository.

andreww pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new e9921a3  Update frameworks-and-libraries.md
e9921a3 is described below

commit e9921a376598f6a74c9c5ec9ee5ec6e71e0247dc
Author: Andrew Wetmore <an...@cottage14.com>
AuthorDate: Fri Dec 27 15:31:15 2019 -0400

    Update frameworks-and-libraries.md
    
    Adjusted the order of items and made some small edits.
---
 frameworks-and-libraries.md | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/frameworks-and-libraries.md b/frameworks-and-libraries.md
index b71733f..3f8bd8c 100644
--- a/frameworks-and-libraries.md
+++ b/frameworks-and-libraries.md
@@ -24,17 +24,20 @@ permalink: /frameworks-and-libraries
 
 Pre-written sets of code which allows for easier development of Royale-based applications.
 
-we'll be listing here the available Royale libraries.
+Frameworks provide reliable templates to help you develop complex projects more easily and sustainably. Libraries are generally collections of modules and functions that focus on a particular task or theme--you might find a library to help you with scientific calculations, and another library for manipulating graphics.
 
 ## Frameworks
-_Information coming soon_
+Apache Royale itself is a framework. It can play well with other frameworks to help simplify development, especially when many people are working on the same project.
 
-## Libraries
-
-### Part of Apache Royale:
+### Designed for Apache Royale:
 
-* [Crux](libraries/crux) An library based on Swiz. Swiz is a framework that simplifies applications and gives you Inversion of Control/Dependency Injection, Event handling, new Metadatas, simplified life cycle for asynchronous remote method invocations and many more.
+* [Crux](libraries/crux) is a library based on Swiz. Swiz is a framework that simplifies applications and gives you Inversion of Control/Dependency Injection, Event handling, new Metadatas, simplified life cycle for asynchronous remote method invocations and many more. Swiz was developed specifically for ActionScript and Flex.
 
 ### Third party (external libraries)
 
 * [PureMVC](https://github.com/PureMVC/puremvc-as3-multicore-framework/wiki){:target='_blank'} is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern. Is part of [The PureMVC Framework](https://puremvc.org){:target='_blank'} that implements the same library in many other popular languages and technologies.
+
+## Libraries
+
+_We will add here information about specific libaries that work well with Royale as we run into them._
+