Interactive representation of the Mandelbrot set using TypeScript and HTML Canvas. This implementation leverages Web Workers for parallel computation, enabling fast fractal generation. The project includes a reusable React component and a live demo site.
Stars
2
Forks
0
Watchers
2
Open Issues
1
Overall repository health assessment
^9.39.2^9.39.2^10.1.8^5.5.5^0.4.26^9.1.7^3.8.196
commits
fix: core - 2 vulnerabilities in dev dependencies (#24)
ed84e70View on GitHubfix: added .gitattributes fixing LF EOL issue, fixed typo in test file (#23)
56bebf5View on GitHubtest: Add basic unit tests for react-mandelbrot (#22)
25c4fdaView on GitHubadded eslint, prettier and husky, run npm audit fix fixing 2 moderate vulnerabilities in devDependencies
cc66c5cView on GitHubRevert "added eslint, prettier and husky, run npm audit fix fixing 2 moderate…" (#20)
bfd2c88View on GitHubadded eslint, prettier and husky, run npm audit fix fixing 2 moderate vulnerabilities in devDependencies
2666a20View on GitHubfeat(mandelbrot-core): optimize worker scheduling and rendering strategies (#18)
b218357View on GitHubMerge branch 'main' of https://github.com/Zazzik1/Mandelbrot
f6364ccView on GitHubfix: reset button did not properly adjust the aspect ratio; added util getPositionWithAspectRatio; added 2 color palettes
dd8f975View on GitHubfix: core - fixed visual glitches when using large iterations and zooming quickly using mouse wheel on black parts; readme - updated the Building section
6552406View on GitHub