https://github.com/jjm2473/juliamap
曼德勃罗集,朱莉亚集演示
https://github.com/jjm2473/juliamap
fractal mandelbrot
Last synced: 3 months ago
JSON representation
曼德勃罗集,朱莉亚集演示
- Host: GitHub
- URL: https://github.com/jjm2473/juliamap
- Owner: jjm2473
- Created: 2022-05-07T15:27:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-07T15:27:58.000Z (about 3 years ago)
- Last Synced: 2025-01-09T01:07:19.781Z (4 months ago)
- Topics: fractal, mandelbrot
- Language: HTML
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#JuliaMap
[演示](http://juliamap.oschina.mopaas.com)
==========================================original about:
-------------------------------
Julia Map is a Julia set renderer built in HTML 5, WebGL and JavaScript. Each pixel requires the computation of a series of numbers and a measurement of the convergence or divergence of the series. Each image usually consists of millions of numbers. Modern browsers have optimized JavaScript execution up to a point where it is now possible to render fractals like the Julia sets in a few seconds.We hope you will enjoy exploring the different Julia sets, and share the URLs of the nicest images you discovered.
Daniel Wolf,
Software Engineerrepo owner:
--------------------------------
copy from http://juliamap.googlelabs.com/ ,can running in local.