diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-05-07 17:03:47 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-05-07 17:03:47 -0700 |
commit | a8670ff9db64a02ff062892be733066bfef5955c (patch) | |
tree | 114bd47ba6325ab24063cbe9f06eb65cb99c9532 | |
parent | a5bb91bf9df40b6f0f896dfaf57555651b8c2bc2 (diff) | |
download | pw-a8670ff9db64a02ff062892be733066bfef5955c.tar.gz pw-a8670ff9db64a02ff062892be733066bfef5955c.tar.bz2 pw-a8670ff9db64a02ff062892be733066bfef5955c.zip |
New video: split screen demo.
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -68,6 +68,10 @@ for text streams. The [`pw` man page](../tree/pw.1) has all the usage details. +## Video: Vertical Panes Demo + +<div style="padding:75% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/707385984?h=839efed1ad&badge=0&autopause=0&player_id=0&app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen style="position:absolute;top:0;left:0;width:100%;height:100%;" title="pw-split-screen.mp4"></iframe></div><script src="https://player.vimeo.com/api/player.js"></script> + ## High Level State Diagram  |