{"id":18488474,"url":"https://github.com/solendil/FractalJS","last_synced_at":"2025-04-08T21:30:32.981Z","repository":{"id":34328190,"uuid":"38247686","full_name":"solendil/FractalJS","owner":"solendil","description":"A realtime fractal exporer running in the browser","archived":false,"fork":false,"pushed_at":"2023-01-04T22:10:18.000Z","size":3624,"stargazers_count":136,"open_issues_count":20,"forks_count":9,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-11-06T13:00:51.431Z","etag":null,"topics":["fractals","javascript","picture"],"latest_commit_sha":null,"homepage":"http://solendil.github.io/fractaljs/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/solendil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-29T12:56:30.000Z","updated_at":"2024-08-19T09:30:49.000Z","dependencies_parsed_at":"2023-01-15T06:21:13.086Z","dependency_job_id":null,"html_url":"https://github.com/solendil/FractalJS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solendil%2FFractalJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solendil%2FFractalJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solendil%2FFractalJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solendil%2FFractalJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solendil","download_url":"https://codeload.github.com/solendil/FractalJS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247930974,"owners_count":21020143,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fractals","javascript","picture"],"created_at":"2024-11-06T12:51:47.355Z","updated_at":"2025-04-08T21:30:32.975Z","avatar_url":"https://github.com/solendil.png","language":"TypeScript","readme":"# FractalJS\n\nFractalJS is a realtime fractal exporer.\n\nIt 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).\n\n### Click here to [Start FractalJS](http://solendil.github.io/fractaljs/)\n![Start FractalJS](/public/screen.png?raw=true \"FractalJS\")\n\n## Available Fractals\n\n* [Mandelbrot set](https://en.wikipedia.org/wiki/Mandelbrot_set)\n* [Multibrot 3 \u0026 4](https://en.wikipedia.org/wiki/Multibrot_set)\n* [Burning Ship](https://en.wikipedia.org/wiki/Burning_Ship_fractal)\n* [Burning Bird](http://v.rentalserver.jp/morigon.jp/Repository/SUBI0/SUBI_BurningBird2_e.html)\n* [John Tippetts Mandelbrot](http://paulbourke.net/fractals/tippetts/)\n\n## History\n\nThis is the third iteration of FractalJS\n* [V1](https://solendil.github.io/fractaljs-v1) (June 2015) used Grunt and jQuery\n* [V2](https://solendil.github.io/fractaljs-v2) (April 2017) moved to Webpack and Vue.js, and a Material interface\n* [V3](https://solendil.github.io/fractaljs) (April 2020) is a mobile-first PWA application, using React and Typescript\n\n# Technical\n\n## Technologies\n\n* The UX is written with [React](https://reactjs.org/) and [Redux](https://redux-toolkit.js.org/), project is set up using [create-react-app](https://create-react-app.dev/)\n* Widgets and mobile capabilities are provided by [Material UI](https://material-ui.com/)\n* Touch interface works thanks to [Hammer.js](https://hammerjs.github.io/)\n* Both UX and Engine are written in [Typescript](https://www.typescriptlang.org/)\n* Fractal are drawn on a [canvas](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API), using mere Javascript code, multi-threaded with [web workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers)\n* ...plus lots of code, and lots of :heart:\n\n## Project Setup\n\n```\n$ git clone https://github.com/solendil/FractalJS.git\n$ cd FractalJS\n$ npm install\n$ npm run start\n```\n\n## Contribute\n\nDo 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.\n\n\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolendil%2FFractalJS","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolendil%2FFractalJS","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolendil%2FFractalJS/lists"}