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: 4 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-02T21:53:58.000Z (almost 4 years ago)
- Last Synced: 2025-01-15T19:52:31.018Z (6 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^log(z + i) - 1
z^z - 2
z^3 - 2 * z + 3
