Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bohun9/wasm-newton-fractal
https://github.com/bohun9/wasm-newton-fractal
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bohun9/wasm-newton-fractal
- Owner: Bohun9
- License: apache-2.0
- Created: 2023-12-24T23:01:37.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-24T23:45:03.000Z (about 1 year ago)
- Last Synced: 2024-11-18T01:09:49.032Z (2 months ago)
- Language: Rust
- Size: 386 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
![Alt text](images/example.png)
### Newton Fractal Generator
##### Example roots collections
`(1,0); (-0.5,0.86602); (-0.5,-0.86602)``(0, 0); (0,1); (1,0); (1,1)`
`(-1.4142,1.4142); (-1.4142,-1.4142); (1.4142,1.4142); (1.4142,-1.4142); (-1.0000,0.0000); (0.0000,1.0000); (0.0000,-1.0000); (1.0000,0.0000)`