1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:28:11 +00:00
serenity/Base/usr/share/man/man1/Playground.md
electrikmilk 74238d0aba Base: Add icons to man pages for GUI applications
Differentiate GUI applications in man pages with icons.
2022-01-16 22:41:31 -08:00

725 B

Name

Icon Playground - GUI Markup Language (GML) editor

Open

Synopsis

$ Playground [file]

Arguments

  • file: Path of GML file to load

Description

Playground facilitates development of graphical user interfaces (GUI) for Serenity applications using GUI Markup Language (GML) to compose a layout for GUI widgets and set widget attributes.

The specified widgets are automatically rendered in a live preview window, allowing rapid prototyping and development of application GUIs.

Examples

$ Playground /home/anon/example.gml

See also