LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

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.

INSTALL

yay -S runal
copy

HISTORY

runal was created by Xavier Godart (emprcl) and is written in Go.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid