Giter Site home page Giter Site logo

fractol's Introduction

fractol

You will need to download the libs project in the same directory you will clone fractol to run it

This is a program to draw fractals

usage: fractol (mandel[brot] | julia | burning | newton)

Available fractals/sets are :

  • Madelbrot : { c ∈ ℂ, ∀n ∈ ℕ, |zn| ≤ 2 } , with zn+1 = zn2 + c , z0 = 0
  • Julia : { z0 ∈ ℂ, ∀n ∈ ℕ, |zn| ≤ 2 } , with zn+1 = znd + c , value of c can be changed by moving the mouse which animates the fractal (space bar to play/pause), the power d of the formula can be changed with the keys [ and ] (multi-Julia)
  • Burning ship : { c ∈ ℂ, ∀n ∈ ℕ, |zn| ≤ 2 } , with zn+1 = ( |ℜe(zn)| + ⅈ |ℑm(zn)| )2 + c , z0 = 0
  • Newton : { z0 ∈ ℂ, ∀n ∈ ℕ, |zn| ≤ 2 } , for a fixed polynomial P ∈ ℂ[X] , with zn+1 = zn - P(zn) / P'(zn), the used polynomial can be changed with the keys [ and ]

You can draw a box (click and drag) in order to zoom in (left click) or out (right click)

During the execution, press H to show a little help

Example of the zoombox in Julia set:

fractol julia

julia with zoombox

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.