runal
Creative coding environment for the terminal
TLDR
Run a creative coding sketch
$ runal [sketch.js]
Export animation as a GIF$ runal --export gif [sketch.js]
Run with a custom canvas size$ runal --width [80] --height [40] [sketch.js]
SYNOPSIS
runal [options] script
DESCRIPTION
runal is a text-based creative coding environment similar to Processing or p5.js, but rendering everything as text in the terminal. It can be programmed with JavaScript or used as a Go package. It supports 2D shapes, trigonometry, colors, and can export to PNG, GIF, or MP4.
PARAMETERS
--export FORMAT
Export output to a file. Supported formats: png, gif, mp4.--width COLUMNS
Set canvas width in columns.--height ROWS
Set canvas height in rows.
HISTORY
runal was created by Xavier Godart (emprcl) and is written in Go.
SEE ALSO
figlet(1), terminaltexteffects(1), t-rec(1)

