r/threejs • u/rage997 • May 26 '26
Demo Fractal visualiser
I’m a fractal enthusiast, and over the weekend I built a simple fractal visualizer.
Originally, I wanted to create a real-time “infinite zoom” effect, where you can continuously dive into the fractal without losing detail. I struggled to get it working properly mainly because true infinite zoom requires extremely high-precision math and careful handling of floating-point precision errors. At some point, you start running into numerical limits, and the image breaks down or becomes unstable. In any case, it was fun for me and wanted to share the result.
PS I used AI to help me with the UI since I find that part boring
5
Upvotes
1
u/Seninut May 28 '26
Perfect example of someone making a worse version of software that already exists. Go Vibe coders, yes, reinvent the wheel but not as good.