2024-09-12 13:07:34 -10:00
|
|
|
# Examples
|
2023-09-13 16:33:53 +02:00
|
|
|
|
|
|
|
|
## `application`
|
|
|
|
|
|
|
|
|
|
Start here as a template for creating an application with libcosmic's application API.
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-09-12 13:07:34 -10:00
|
|
|
just run application
|
2023-09-13 16:33:53 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## `open-dialog`
|
|
|
|
|
|
|
|
|
|
Demonstrates how to create an open file dialog
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
just run open-dialog
|
2024-09-12 13:07:34 -10:00
|
|
|
```
|