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 2020/01/14 13:08:36 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 c4f015f  Update frameworks-and-libraries.md
c4f015f is described below

commit c4f015f3435e828390380e063579ae837b696571
Author: Andrew Wetmore <an...@cottage14.com>
AuthorDate: Tue Jan 14 09:08:30 2020 -0400

    Update frameworks-and-libraries.md
    
    added links to MDL and Spectrum pages.
---
 frameworks-and-libraries.md | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/frameworks-and-libraries.md b/frameworks-and-libraries.md
index f16a4cf..7ba9121 100644
--- a/frameworks-and-libraries.md
+++ b/frameworks-and-libraries.md
@@ -42,10 +42,8 @@ Apache Royale itself is a framework. It can play well with other frameworks to h
 * There are a large number of [ActionScript3](/features/as3) libraries that should "just work" when you import them into your Royale application. Others may need adjustment if they presume that your application will run on Flash, not in a modern browser.
 * Use the [ExternalInterface](/features/external-interface) class to connect with and use external JavaScript libraries in your Royale project.
 * An even more robust method for connecting with and using external JavaScript libraries is [externs](/features/externs).
+* Use Adobe's [Spectrum with Royale](/libraries/spectrum-royale). Spectrum supports large application ecosystems.
+* You can use [Material Design Lite (MDL) with Royale](/libraries/mdl-royale). MDL is a library/CSS structure that follows the Material Design principles that Google developed.
 
-See a working example at [Using external JavaScript libraries in Apache Royale](https://royale.apache.org/using-external-javascript-libraries-in-apache-royale/){:target="_blank"}.
-
-_We will add here information about specific libraries that work well with Royale as we run into them._
-
-
+See a working example of [Using external JavaScript libraries in Apache Royale](https://royale.apache.org/using-external-javascript-libraries-in-apache-royale/){:target="_blank"}.