Add gestures/ to README.md diagram
This commit is contained in:
parent
35ac1f710e
commit
f291588da5
@ -15,10 +15,12 @@ APIs to provide base classes for tree structures
|
|||||||
([base/debug.dart](base/debug.dart)), and task scheduling
|
([base/debug.dart](base/debug.dart)), and task scheduling
|
||||||
([base/scheduler.dart](base/scheduler.dart)).
|
([base/scheduler.dart](base/scheduler.dart)).
|
||||||
|
|
||||||
Above this are the files in the [painting/](painting/) directory,
|
Above this are the files in the [animation/](animation/) directory,
|
||||||
which provide APIs related to drawing graphics, and in the
|
which provide core primitives for animating values.
|
||||||
[animation/](animation/) directory, which provide core primitives for
|
|
||||||
animating values.
|
The next layer consists of the files in the [painting/](painting/) directory,
|
||||||
|
which provide APIs related to drawing graphics. Some of the code here
|
||||||
|
uses the [animation/](animation/) utilities mentioned above.
|
||||||
|
|
||||||
Layout primitives are provided in the next layer, found in the
|
Layout primitives are provided in the next layer, found in the
|
||||||
[rendering/](rendering/) directory. They use ```dart:sky``` and the
|
[rendering/](rendering/) directory. They use ```dart:sky``` and the
|
||||||
@ -46,11 +48,13 @@ Here is a diagram summarising all this:
|
|||||||
| | editing/ | |
|
| | editing/ | |
|
||||||
| +--+-------------------++ |
|
| +--+-------------------++ |
|
||||||
| | widgets/ (theme/) | |
|
| | widgets/ (theme/) | |
|
||||||
| ++---------------------++ | Dart
|
| ++---------------------++ |
|
||||||
| | rendering/ | |
|
| | rendering/ | | Dart
|
||||||
+-+---------+------------+ |
|
| |---------+------------+ |
|
||||||
| painting/ | animation/ | |
|
| | | painting/ | |
|
||||||
+---------------+--------+ |
|
+-+ +------------+ |
|
||||||
|
| gestures/ | animation/ | |
|
||||||
|
+-----------+---+--------+ |
|
||||||
| base/ | mojo/ |
|
| base/ | mojo/ |
|
||||||
+------------+--+-+----+------+ -------
|
+------------+--+-+----+------+ -------
|
||||||
| dart:sky | | | Host |
|
| dart:sky | | | Host |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user