Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
remogatto committed Mar 22, 2024
1 parent 3427b53 commit a2cfcb2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# SugarFoam
<p>
<img src="https://github.com/remogatto/sugarfoam/assets/22067/c87fca22-65bf-4492-aebd-e5b739a7b7c8" width="233" alt="The SugarFoam Logo">
</p>

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

Expand Down

0 comments on commit a2cfcb2

Please sign in to comment.