Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nathsou/fractals
- Owner: nathsou
- Created: 2021-09-18T18:17:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-02T21:53:58.000Z (over 3 years ago)
- Last Synced: 2024-10-11T20:42:55.002Z (3 months ago)
- Topics: fractals, newton, newton-method, newton-raphson, root-finding
- Language: TypeScript
- Homepage: https://nathsou.github.io/fractals/
- Size: 4.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 positionz^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)