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

https://github.com/jjm2473/juliamap

曼德勃罗集,朱莉亚集演示
https://github.com/jjm2473/juliamap

fractal mandelbrot

Last synced: 3 months ago
JSON representation

曼德勃罗集,朱莉亚集演示

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 Engineer

repo owner:
--------------------------------
copy from http://juliamap.googlelabs.com/ ,can running in local.