Skip to content

An extension to parrot.live, with support for more animations! http://ascii.live. This version can be shuffled after running via curl

Notifications You must be signed in to change notification settings

luisadha/ascii-live-termux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

ascii.live-termux

A fork project for hosting curl-based animations, all in one place, and a follow up to parrot.live.

Any animations you want to add are welcome! 🎉

Try it out in your TERMUX:

. <(curl https://raw.githubusercontent.com/luisadha/ascii-live-termux/refs/heads/main/index.html) && $(termux-clipboard-get)

Running locally

To run the server locally on port 8080, run:

go run main.go

Running in Docker

docker run -p 8080:8080 hugomd/ascii-live:latest

Adding frames

  • Fork this repository
  • Create a new frame file in /frames, call it the name of your frames/animation, e.g. parrot.go
  • Inside your new file, create an exported list of frames, e.g.
package frames

// This is the value stored in the FrameMap
var MyAnimation = DefaultFrameType(myAnimationFrames)

var myAnimationFrames = []string{
  `Frame1`,
  `Frame2`,
  `Frame3`,
}

Frame Contributions

Here's a list of lovely people who have contributed frames to this project:

Contributor Frame File Repository
hexrcs forrest.go run-forrest-run
jmhobbs parrot.go terminal-parrot
01000001 knot.go torus-knot

Related Projects

About

An extension to parrot.live, with support for more animations! http://ascii.live. This version can be shuffled after running via curl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages