GithubHelp home page GithubHelp logo

carbotton / mandelbrot-set-explorer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rosslh/mandelbrot-set-explorer

0.0 0.0 0.0 15.67 MB

An interactive Mandelbrot set, made with Python3 and Tkinter

License: GNU General Public License v3.0

Python 100.00%

mandelbrot-set-explorer's Introduction

Interactive-Python-Mandelbrot

A clickable interactive mandelbrot set, made with Python 3, PIL, and Tkinter. Uses multiprocessing, colour palette is randomly generated.

Update: For a faster, browser-based Mandelbrot set explorer, check out this more recent project.

Usage

  1. Install required modules with pip install -r requirements.txt.
  2. Run the program with python3 framework.py
  3. Left-click the image where you want to zoom in
  4. Right-click the image to zoom out
  5. Control+left-click to shift the view to that point
  6. Control+right-click to change the image colour-palette
  7. Middle-click to save the image

Commandline options

-h, --help               Command-line help dialogue.
-i, --iterations         Number of iterations done for each pixel. Higher is more accurate but slower.
-x                       The x-center coordinate of the frame.
-y                       The y-center coordinate of the frame.
-m, --magnification      The magnification level of the frame. Scientific notation (e.g. 3E-4) is permitted.
-wi, --width             The number of pixels wide the image is.
-he, --height            The number of pixels high the image is.
-s, --save               Flag to save the generated image.
-nm, --noMulti           Flag to not use multiprocessing.

Mandelbrot Set feature rendered by this program

mandelbrot-set-explorer's People

Contributors

carbotton avatar rosslh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.