Skip to content

Commit

Permalink
chore(examples): add splash example credit
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Jan 9, 2025
1 parent ae41d84 commit 1a4e87e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/splash/main.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
package main

// An example animation of a rotating color gradient. In addition to being
// a nice example, it's a good one for testing performance.
//
// It's ported from the splash.py example, by the talented Will McGugan, from
// the excellent Textualize project.
//
// https://github.com/Textualize/textual/blob/4ce6b79dea61ca4b1427be85533c0deac3145118/examples/splash.py

import (
"fmt"
"image/color"
Expand Down

0 comments on commit 1a4e87e

Please sign in to comment.