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
9 lines
301 B
Text
9 lines
301 B
Text
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
|