libcosmic-yoda/examples
Lionel DARNIS e3dcdf1fce yoda: fork pivot — Wayland-only + ungate winit + soft-fork libcosmic-yoda (squashed)
Squash of 7 yoda commits forming the fork pivot:
- 255cf7cc rename: libcosmic -> libcosmic-yoda (fork 0.1.0-yoda)
- 8701aa31 feat(yoda): Wayland-only cut — drop winit and x11 features
- 6736a596 yoda: soft-fork pivot — keep Cargo name 'libcosmic' for dep unification
- 3e23d087 yoda: re-apply hard rename — libcosmic -> libcosmic-yoda (0.1.0-yoda)
- aec3eb61 yoda: ungate remaining winit+wayland combined cfgs
- 8ab7b158 yoda-v2: color_picker Theme ref + context_menu/menu ungate winit
- 8d1d8739 yoda: drop x11 defaults on iced_winit + iced_tiny_skia
2026-05-25 13:05:05 +02:00
..
about yoda: fork pivot — Wayland-only + ungate winit + soft-fork libcosmic-yoda (squashed) 2026-05-25 13:05:05 +02:00
applet yoda: fork pivot — Wayland-only + ungate winit + soft-fork libcosmic-yoda (squashed) 2026-05-25 13:05:05 +02:00
application yoda: fork pivot — Wayland-only + ungate winit + soft-fork libcosmic-yoda (squashed) 2026-05-25 13:05:05 +02:00
calendar yoda: fork pivot — Wayland-only + ungate winit + soft-fork libcosmic-yoda (squashed) 2026-05-25 13:05:05 +02:00
config feat(cosmic-config): add new_data method. 2026-05-14 16:19:43 +02:00
context-menu yoda: fork pivot — Wayland-only + ungate winit + soft-fork libcosmic-yoda (squashed) 2026-05-25 13:05:05 +02:00
cosmic yoda: fork pivot — Wayland-only + ungate winit + soft-fork libcosmic-yoda (squashed) 2026-05-25 13:05:05 +02:00
image-button yoda: fork pivot — Wayland-only + ungate winit + soft-fork libcosmic-yoda (squashed) 2026-05-25 13:05:05 +02:00
menu yoda: fork pivot — Wayland-only + ungate winit + soft-fork libcosmic-yoda (squashed) 2026-05-25 13:05:05 +02:00
multi-window yoda: fork pivot — Wayland-only + ungate winit + soft-fork libcosmic-yoda (squashed) 2026-05-25 13:05:05 +02:00
nav-context yoda: fork pivot — Wayland-only + ungate winit + soft-fork libcosmic-yoda (squashed) 2026-05-25 13:05:05 +02:00
open-dialog yoda: fork pivot — Wayland-only + ungate winit + soft-fork libcosmic-yoda (squashed) 2026-05-25 13:05:05 +02:00
spin-button yoda: fork pivot — Wayland-only + ungate winit + soft-fork libcosmic-yoda (squashed) 2026-05-25 13:05:05 +02:00
subscriptions yoda: fork pivot — Wayland-only + ungate winit + soft-fork libcosmic-yoda (squashed) 2026-05-25 13:05:05 +02:00
table-view yoda: fork pivot — Wayland-only + ungate winit + soft-fork libcosmic-yoda (squashed) 2026-05-25 13:05:05 +02:00
text-input yoda: fork pivot — Wayland-only + ungate winit + soft-fork libcosmic-yoda (squashed) 2026-05-25 13:05:05 +02:00
README.md chore: document examples 2024-09-19 13:11:24 +02:00

Examples

applet

Demonstrates how to create an applet.

just run applet

application

Start here as a template for creating an application with libcosmic's application API.

just run application

calendar

Demonstrates how to use the calendar widget.

just run calendar

config

Demonstrates how to use the configuration system. There is no GUI in this example.

just run config

context-menu

Demonstrates how to use the context menu widget.

just run context-menu

image-button

Demonstrates how to use the image-button widget.

just run image-button

menu

Demonstrates how use the menu widget.

just run menu

multi-window

Demonstrates how to open multiple windows.

just run multi-window

nav-context

Demonstrates how to use the navigation bar widget.

just run nav-context

open-dialog

Demonstrates how to create an open file dialog

just run open-dialog

text-input

Demonstrates how to use the text input widgets.

just run text-input