LinuxCommandLibrary

runal

Creative coding environment for the terminal

TLDR

Run a creative coding sketch
$ runal [sketch.js]
copy
Export animation as a GIF
$ runal --export gif [sketch.js]
copy
Run with a custom canvas size
$ runal --width [80] --height [40] [sketch.js]
copy

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard