Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nathsou/fractals

Interactive Newton fractals renderer in WebGL
https://github.com/nathsou/fractals

fractals newton newton-method newton-raphson root-finding

Last synced: about 2 months ago
JSON representation

Interactive Newton fractals renderer in WebGL

Awesome Lists containing this project

README

        

## Newton Fractals

Interactive Newton fractals renderer in WebGL

[Click to try](https://nathsou.github.io/fractals/)

Features :

- Pan and zoom freely (both on desktop and touchscreens)
- Custom function input
- Click anywhere to draw sucessive approximations starting at the mouse position

z^3 - 1
![z^3 - 1](res/z_pow_3_minus_one.png)

z^log(z + i) - 1
![z^log(z + i) - 1](res/z_pow_log__z_plus_i__minus_one.png)

z^z - 2
![z^z - 2](res/z_pow_z_minus_2.png)

z^3 - 2 * z + 3
![z^3 - 2 * z + 3](res/z_pow_3_minus_2_times_z_plus_3.png)