This repository includes a few little terminal screensavers I've made over the years.
usage: cterra.py [-h] [-s SCALE] [-o OCTAVES] [--hspeed HSPEED] [--vspeed VSPEED] [-S SIZE]
Fly over a randomly generated landmass
optional arguments:
-h, --help show this help message and exit
-s SCALE, --scale SCALE
Set size of islands. Defaults to 50
-o OCTAVES, --octaves OCTAVES
Set level of detail for islands. Defaults to 6
--hspeed HSPEED Set x component of flyover speed. Defaults to .1
--vspeed VSPEED Set y component of flyover speed. Defaults to .1
-S SIZE, --size SIZE Set the size of landmasses. Defaults to .1. Values higher than .3 are not reccomended.
usage: lavalamp.py [-h] [-s SCALE] [-o OCTAVES] [-S SPEED]
Stay groovy with a virtual lava lamp
optional arguments:
-h, --help show this help message and exit
-s SCALE, --scale SCALE
Set size of blobs. Defaults to 50
-o OCTAVES, --octaves OCTAVES
Set level of detail when generating blobs. Defaults to 2
-S SPEED, --speed SPEED
Set speed of blobs. defaults to .001