Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(934)

Side by Side Diff: sky/sdk/lib/framework/README.md

Issue 1182053012: Rename editing2/ and theme2/ to editing/ and theme/. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sky/sdk/lib/editing2/keyboard.dart ('k') | sky/sdk/lib/theme2/colors.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 SKY SDK
2 ========
3
4 Sky and Sky's SDK are designed as layered frameworks, where each layer
5 depends on the ones below it but could be replaced wholesale.
6
7 The bottom-most layer is the Sky Platform, which is exposed to Dart
8 code as the ```dart:sky``` package.
9
10 Above this are the files in the [painting/](painting/) directory,
11 which provide APIs related to drawing graphics.
12
13 Layout primitives are provided in the next layer, found in the
14 [rendering/](rendering/) directory. They use ```dart:sky``` and the
15 APIs exposed in painting/ to provide a retained-mode layout and
16 rendering model for applications or documents.
17
18 Widgets are provided by the files in the [widgets/](widgets/)
19 directory, using a reactive framework.
20
21 Text input widgets are layered on this mechanism and can be found in
22 the [editing2/](editing2/) directory.
OLDNEW
« no previous file with comments | « sky/sdk/lib/editing2/keyboard.dart ('k') | sky/sdk/lib/theme2/colors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698