From a2cfcb2d47aa9ef00c6f78081cdf43b789caabb2 Mon Sep 17 00:00:00 2001 From: Andrea Fazzi Date: Fri, 22 Mar 2024 11:24:14 +0100 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c0e35e3..33ed5b6 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,17 @@ # SugarFoam -

- The SugarFoam Logo -

+ +SugarFoam is a library written in Go, based on the delightful [Bubble +Tea](https://github.com/charmbracelet/bubbletea), aiming to provide a higher-level API compared to the latter. + +With SugarFoam, it is possible to develop TUI applications that present organized components in layouts. Compared to BubbleTea, it tries to save a bit of boilerplate code, especially if you want to develop applications that present articulated components such as tabgroup, statusbar, etc. [![Go Reference](https://pkg.go.dev/badge/github.com/remogatto/sugarfoam.svg)](https://pkg.go.dev/github.com/remogatto/sugarfoam) [![Build Status](https://github.com/remogatto/sugarfoam/workflows/build/badge.svg)](https://github.com/remogatto/sugarfoam/actions) [![Go Report Card](https://goreportcard.com/badge/github.com/remogatto/sugarfoam)](https://goreportcard.com/report/github.com/remogatto/sugarfoam) -SugarFoam is a library written in Go, based on the delightful [Bubble -Tea](https://github.com/charmbracelet/bubbletea), aiming to provide a higher-level API compared to the latter. +# Demo -With SugarFoam, it is possible to develop TUI applications that present organized components in layouts. Compared to BubbleTea, it tries to save a bit of boilerplate code, especially if you want to develop applications that present articulated components such as tabgroup, statusbar, etc. +![Starwars characters browser](https://github.com/remogatto/sugarfoam/blob/main/examples/starwars/starwars.gif) # Project Status