# JuliaMap **Repository Path**: jjm2473/JuliaMap ## Basic Information - **Project Name**: JuliaMap - **Description**: A Julia set renderer,copy from http://juliamap.googlelabs.com/,can running in local. - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2014-12-01 - **Last Updated**: 2022-04-23 ## Categories & Tags **Categories**: utils **Tags**: None ## 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.