Commit f291588d authored by Ian Hickson's avatar Ian Hickson

Add gestures/ to README.md diagram

parent 35ac1f71
...@@ -15,10 +15,12 @@ APIs to provide base classes for tree structures ...@@ -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: ...@@ -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 |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment