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

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

Issue 1132063007: Rationalize Dart mojo and sky package structure (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 7 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
OLDNEW
1 Sky Framework 1 Sky Framework
2 ============= 2 =============
3 3
4 Effen is a functional-reactive framework for Sky which takes inspiration from 4 Effen is a functional-reactive framework for Sky which takes inspiration from
5 [React](http://facebook.github.io/react/). Effen is comprised of three main 5 [React](http://facebook.github.io/react/). Effen is comprised of three main
6 parts: a virtual-dom and diffing engine, a component mechanism and a very early 6 parts: a virtual-dom and diffing engine, a component mechanism and a very early
7 set of widgets for use in creating applications. 7 set of widgets for use in creating applications.
8 8
9 The central idea is that you build your UI out of components. Components 9 The central idea is that you build your UI out of components. Components
10 describe what their view should look like given their current configuration & 10 describe what their view should look like given their current configuration &
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 Animation is still an area of exploration. Have a look at 210 Animation is still an area of exploration. Have a look at
211 [AnimatedComponent](components/animated_component.dart) and 211 [AnimatedComponent](components/animated_component.dart) and
212 [Drawer](components/drawer.dart) for an example of this this currently works. 212 [Drawer](components/drawer.dart) for an example of this this currently works.
213 213
214 Performance 214 Performance
215 ----------- 215 -----------
216 216
217 It is a design goal that it should be *possible* to arrange that all "build" 217 It is a design goal that it should be *possible* to arrange that all "build"
218 cycles which happen during animations can complete in less than one milliesecond 218 cycles which happen during animations can complete in less than one milliesecond
219 on a Nexus 5. 219 on a Nexus 5.
OLDNEW
« no previous file with comments | « sky/sdk/lib/download_material_design_icons ('k') | sky/sdk/lib/framework/animation/animated_value.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698