Remix.run Logo
x187463 a day ago

All of the terminal effects I display over at: https://chrisbuilds.github.io/terminaltexteffects/showroom/ were recorded using asciinema and converted to gif use AGG. https://github.com/asciinema/agg

The workflow only takes a few seconds. The .cast file is output to a folder, AGG reads the .cast and creates a gif. AGG has arguments to automatically set the row/column widths and strip inactive time.

I could not find any other solution that produced high quality gifs. Asciinema is awesome.

doganugurlu 7 hours ago | parent | next [-]

I just discovered Terminal Text Effects, and that was the coolest thing I’ve seen all year!

I never post a link on HN but I feel like I wanna post it everywhere!

zimbatm a day ago | parent | prev [-]

Quality animated SVGs is even better:

https://github.com/marionebl/svg-term-cli

x187463 a day ago | parent [-]

The amount of information the SVG must store to represent the animation actually crashed the application creating it. There’s too much going on in TTE animations.