mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
f972c72100
Bonsai tree generator, written in C using ncurses. It intelligently creates, colors, and positions a bonsai tree, and is configurable. WWW: https://gitlab.com/jallbrit/cbonsai PR: 252412 Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer) Reviewed by: daniel.engberg.lists@pyret.net
10 lines
301 B
Plaintext
10 lines
301 B
Plaintext
Bonsai tree generator, written in C
|
|
using ncurses. It intelligently creates,
|
|
colors, and positions a bonsai tree, and
|
|
is entirely configurable via CLI options--
|
|
see usage. There are 2 modes of operation:
|
|
static (the default), and live. See modes
|
|
for details.
|
|
|
|
WWW: https://gitlab.com/jallbrit/cbonsai
|