(這裡是英文介紹,中文請往下滑) TurboWarp is highly recommended for better performance: https://turbowarp.org/439612533 Welcome to Mandelbrot Super Renderer! ● Move your mouse to the screen edges to reveal the toolbar. ● Hover over buttons to see their functions. ● Drag to zoom in and explore the fractal. Key Features: ● Supports resolutions above 480x360. (only works on TurboWarp) ● Fast. (with loop unrolling and boundary check optimizations) - - - - - - - - - - 中文介紹 - - - - - - - - - - 強烈建議使用 Turbowarp: https://turbowarp.org/439612533 歡迎使用 Mandelbrot 超級渲染器! ● 將滑鼠移動到螢幕邊緣以顯示工具列 ● 將滑鼠懸停在按鈕上即可查看其功能 ● 拖曳來放大並探索分形 主要功能: ● 支援超過 480x360 的解析度(只在 TurboWarp 上可用) ●得益於迴圈展開和邊界檢查等技術的高渲染速度 #數學 #分形 #碎形 #math #fractal #Mandelbrot
For those who don't know what the Mandelbrot set is: https://en.wikipedia.org/wiki/Mandelbrot_set Mandelbrot set 介紹: https://zh.wikipedia.org/wiki/%E6%9B%BC%E5%BE%B7%E5%8D%9A%E9%9B%86%E5%90%88 - - - - - - - - - - Change Log - - - - - - - - - - v3.3.2 - 2026-03-04 ● Minor project description changes. v3.3.1 - 2025-07-28 ● Separate the critical loops, which can benefit from the new compiler optimizations in TurboWarp. v3.3 - 2025-07-28 ● Changes the way the underlying layer calculates escape time and distance estimates, which can slightly change the final color. ● You can now long-press the max iteration multiplier button to change it to an arbitrary value. v3.2.5 - 2025-07-19 ● Change some descriptions. v3.2.4 - 2025-02-08 ● Improve FPS detection. v3.2.3 - 2025-01-10 ● Change some descriptions. v3.2.2 - 2024-11-21 ● Change some descriptions. v3.2.1 - 2024-06-30 ● Distance estimation works better on some custom fractals. v3.2 - 2024-02-18 ● Remove the "neon lights" palette, and replace it with the new "glowing" palette. v3.1.1 - 2024-02-18 ● Change some descriptions. v3.1 - 2024-02-12 ● The "quadtree" optimization algorithm is renamed "rectangle splitting", and now it splits the screen into two instead of four. It also undergoes further optimization, allowing it to run faster. v3.0 - 2024-02-07 ● The renderer is now always in full-screen mode. ● The toolbar is now translucent and retractable. ● Add a button to lock the toolbar. ● Some buttons rearrange their position. v2.7.1 - 2024-02-05 ● Add some description to show off my project lol v2.7 - 2024-02-04 ● All buttons now have round corners and thinner borders. ● The button information box is now made from a custom costume instead of the default, say block. v2.6.1 - 2024-01-13 ● Improves the "rainbow" palette, makes its colors smoother, and changes faster. v2.6 - 2024-01-01 ● Improves the image cache system; it can now fully store all data between refinement steps. ● Now redrawing the image will also redraw previous refinement steps, instead of only the current ones. v2.5.1 - 2023-10-30 ● Change the color of the "infinity" palette. v2.5 - 2023-10-28 ● Add new palette: infinity ● Remove the "gradient" palette because of its low usage. ● Rename "edge checking" optimization to "boundary checking". ● Rename "Successive Refinement" to "Refinement Steps". v2.4.1 - 2023-10-28 ● Successive Refinement works better with different High-Quality Pen or Anti-aliasing settings. v2.4 - 2023-10-17 ● The "sky" palette is renamed "Earth" and set to the default palette. ● Distance Estimation is built into the palette instead of separate buttons. ● The renderer no longer resets the cache when changing palettes / clicking the redraw button. ● It will always read when data is available to read rather than recalculate. ● Some variables, lists, and functions in the code are translated into English. v2.3 - 2023-10-04 ● Change the UI layout and some icons. ● Remove the refreshing rate setting because it's not useful. ● The zoom value is cut in a quarter but is interpreted in the same way. (Nothing changed, but old saves will be interpreted as four times magnification.) // I decide to make a change log at this point, so everything below came from my memory. v2.2 - 2023-??-?? ● Add image save and upload. v2.1 - 2023-??-?? ● Compute multiple iterations in a loop, reducing the number of comparisons and branches. Increases the render speed. v2.0 - 2023-??-?? ● Change the title from "Mandelbrot Composite Renderer" to "Mandelbrot Super Renderer". ● Redesign thumbnail. v1.2 - 2023-??-?? ● Add force loading. v1.1 - 2022-??-?? ● Add optimization algorithm "quadtree". v1.0 - 2022-??-?? ● Add English translation!! ● Change the title to English! v0.3 - 2022-??-?? ● Add optimization algorithm "edge checking". v0.2 - 2022-??-?? ● "pseudo turbo mode" is there!! ● Redesign UI. v0.1 - 2022-??-?? ● This project was created.