提交 9891fb0e 编写于 作者: H Hixie

Looks like markdown doesn't support links in ASCII-art blocks.

TBR=abarth

Review URL: https://codereview.chromium.org/1185343006.
上级 69685d54
...@@ -5,7 +5,8 @@ Sky and Sky's SDK are designed as layered frameworks, where each layer ...@@ -5,7 +5,8 @@ Sky and Sky's SDK are designed as layered frameworks, where each layer
depends on the ones below it but could be replaced wholesale. depends on the ones below it but could be replaced wholesale.
The bottom-most layer is the Sky Platform, which is exposed to Dart The bottom-most layer is the Sky Platform, which is exposed to Dart
code as various ```dart:``` packages, including ```dart:sky```. code as [various ```dart:``` packages](https://api.dartlang.org/),
including ```dart:sky```.
The [base/](base/) directory contains libraries that extend these core The [base/](base/) directory contains libraries that extend these core
APIs to provide base classes for tree structures APIs to provide base classes for tree structures
...@@ -39,28 +40,26 @@ implemented in the host system's preferred language. ...@@ -39,28 +40,26 @@ implemented in the host system's preferred language.
Here is a diagram summarising all this: Here is a diagram summarising all this:
``` +-----------------------------+ ------
+-----------------------------+ ------ | YOUR APP |
| YOUR APP | | +--------------------+--+
| +--------------------+--+ | | editing/ | |
| | [editing/](editing/) | | | +--+-------------------++ |
| +--+-------------------++ | | | widgets/ (theme/) | |
| | [widgets/](widgets/) ([theme/](theme/)) | | | ++---------------------++ | Dart
| ++---------------------++ | Dart | | rendering/ | |
| | [rendering/](rendering/) | | +-+---------+------------+ |
+-+---------+------------+ | | painting/ | animation/ | |
| [painting/](painting/) | [animation/](animation/) | | +---------------+--------+ |
+---------------+--------+ | | base/ | mojo/ |
| [base/](base/) | [mojo/](mojo/) | +------------+--+-+----+------+ -------
+------------+--+-+----+------+ ------- | dart:sky | | | Host |
| dart:sky | | | Host | +--------+---+ | | APIs | C++
+--------+---+ | | APIs | C++ | Skia | Dart | +------+ ObjC
| Skia | [Dart](https://api.dartlang.org/) | +------+ ObjC +--------+--------+ | Java
+--------+--------+ | Java | Mojo |
| Mojo | +-----------------------------+ -------
+-----------------------------+ ------- | Host Operating System | C/C++
| Host Operating System | C/C++ +-----------------------------+ -------
+-----------------------------+ -------
```
TODO(ianh): document dart:sky and the Host APIs somewhere TODO(ianh): document dart:sky and the Host APIs somewhere
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册