Add "happy path" video demo to README
This commit is contained in:
parent
050212ab78
commit
51dbebd97d
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -19,8 +19,14 @@ or write your own.
|
|||
|
||||
### Home screen
|
||||
|
||||
`shepherd-launcher` presents a list of activities for the user to pick from.
|
||||
|
||||

|
||||
|
||||
The flow of manually opening and closing activities should be familiar.
|
||||
|
||||
["Happy path" demo showing home screen --> GCompris --> home screen](https://github.com/user-attachments/assets/1aed2040-b381-4022-8353-5ce076b1eee0)
|
||||
|
||||
Activities can be made selectively available at certain times of day.
|
||||
|
||||

|
||||
|
|
@ -70,7 +76,7 @@ If it can run on Linux in *any way, shape, or form*, it can be supervised by
|
|||
|
||||
Contributions are welcome for improvements and not yet implemented backends,
|
||||
such as:
|
||||
* Content-aware media player [TODO: link to issue]
|
||||
* Content-aware media player with supervised libraries [TODO: link to issue]
|
||||
* Pre-booted Steam to improve launch time [TODO: link to issue]
|
||||
* Android apps via Waydroid, including pre-booting Android if necessary [TODO: link to issue]
|
||||
* Legacy Win9x via DOSBox, QEMU, or PCem, including scripts to create a boot-to-app image [TODO: link to issue]
|
||||
|
|
@ -110,6 +116,8 @@ Contributions are welcome for:
|
|||
|
||||
## Example configuration
|
||||
|
||||
All behavior shown above is driven entirely by declarative configuration.
|
||||
|
||||
For the Minecraft example shown above:
|
||||
|
||||
```toml
|
||||
|
|
|
|||
Loading…
Reference in a new issue