| OLD | NEW |
| 1 Sky | 1 Sky |
| 2 === | 2 === |
| 3 | 3 |
| 4 Sky is an experiment in building a UI framework for Mojo. The approach we're | 4 Sky is an experiment in building a UI framework for Mojo. The approach we're |
| 5 exploring is to create a layered framework based around a retained hierarchy of | 5 exploring is to create a layered framework based around a retained hierarchy of |
| 6 semantic elements. We're experimenting with different ideas and exploring | 6 semantic elements. We're experimenting with different ideas and exploring |
| 7 various approaches, many of which won't work and will need to be discarded, but, | 7 various approaches, many of which won't work and will need to be discarded, but, |
| 8 if we're lucky, some of which might turn out to be useful. | 8 if we're lucky, some of which might turn out to be useful. |
| 9 | 9 |
| 10 Sky has three layers, each of which also adds progressively more opinion. At | 10 Sky has three layers, each of which also adds progressively more opinion. At |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 We're documenting Sky with a [set of technical specifications](specs) that | 160 We're documenting Sky with a [set of technical specifications](specs) that |
| 161 define precisely the behavior of the engine. Currently both the implementation | 161 define precisely the behavior of the engine. Currently both the implementation |
| 162 and the specification are in flux, but hopefully they'll converge over time. | 162 and the specification are in flux, but hopefully they'll converge over time. |
| 163 | 163 |
| 164 Contributing | 164 Contributing |
| 165 ------------ | 165 ------------ |
| 166 | 166 |
| 167 Instructions for building and testing Sky are contained in [HACKING.md](HACKING.
md). For | 167 Instructions for building and testing Sky are contained in [HACKING.md](HACKING.
md). For |
| 168 coordination, we use the ``#mojo`` IRC channel on | 168 coordination, we use the ``#mojo`` IRC channel on |
| 169 [Freenode](https://freenode.net/). | 169 [Freenode](https://freenode.net/). |
| 170 |
| 171 History |
| 172 ------- |
| 173 Sky started from the Blink codebase r181355: |
| 174 http://blink.lc/blink/tree/?id=086acdd04cbe6fcb89b2fc6bd438fb8819a26776 |
| OLD | NEW |