FractalJS Save

A realtime fractal exporer running in the browser

Project README

FractalJS

FractalJS is a realtime fractal exporer.

It lets you explore different fractal sets with different color palettes, and share your best discoveries with others. It is a progressive web app running on all your devices. The rendering, which is computationally intensive, is entirely done in multi-threaded Javascript (hence JS in the name).

Click here to Start FractalJS

Start FractalJS

Available Fractals

History

This is the third iteration of FractalJS

  • V1 (June 2015) used Grunt and jQuery
  • V2 (April 2017) moved to Webpack and Vue.js, and a Material interface
  • V3 (April 2020) is a mobile-first PWA application, using React and Typescript

Technical

Technologies

Project Setup

$ git clone https://github.com/solendil/FractalJS.git
$ cd FractalJS
$ npm install
$ npm run start

Contribute

Do you want to implement a new fractal set in FractalJS? It couldn't be easier. After the project is set up, just head to /src/engine/fractals/ copy example.ts and write your own fractal function.

Open Source Agenda is not affiliated with "FractalJS" Project. README Source: solendil/FractalJS
Stars
137
Open Issues
20
Last Commit
1 year ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating