sean-gilmore / fractals

Drawing fractals with Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fractals

Drawing fractals with Python

Build the image:

docker build . -t fractals

Run the image:

docker run -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix --user="$(id --user):$(id --group)" fractals

About

Drawing fractals with Python


Languages

Language:Python 82.2%Language:Dockerfile 17.8%