A directory of public presentations for mus. Mus is the mojo UI service -- a window server extracted from the existing graphics, compositing and input management code in Chrome.
Slide decks here:
- Blink-on 7
- BlinkOn 8 Viz: Chrome Graphics Futures
- BlinkOn 9 Chrome Graphics: Viz Update
- Event Targeting
- Architecture Update
- Event Targeting Update All the latest (August 8, 2017) on the status of the event targeting rework for viz.
- Seprable Objectives Overview of decoupling viz and mus launch schedules.
- Viz: Roadmap 2018 Roadmap for Viz team work in 2018.
- GPU Team Meetup 2019 Vulkan/Chrome Overview slides from GPU Team meetup.
Some people asked me how I made these slides. I did this:
- I wrote
html
content using the Google HTML5 slides template. It makes very pretty slides. Good use of the web platform seems appropriate for slides about Chrome. - Or I used pandoc to process Markdown into HTML5 slides.
- I drew diagrams in OmniGraffle.
- I exported SVG per diagram and removed the layout-affecting spaces between
<tspan>
elements with the following sam script:X/\.svg$/ ,x:</tspan>[\n ]*<tspan: x:>[\n ]*<: c:><:
. - The slides are served via GitHub pages.