My creative project for Stars, Galaxies, and the Cosmos.
Requires Python 3.6 and scipy
, matplotlib
and opensimplex
libraries.
If you are on a Linux or Unix system and have docker available to you, simply run the provided script:
$ bash run.sh
/usr/src/astr# cd src
/usr/src/astr/src# python starscape.py
Install the libraries using pip/conda:
$ python3 -m pip install scipy matplotlib opensimplex
$ python3 src/starscape.py
$ conda install scipy matplotlib opensimplex