A MATHEMATICALLY generated Mandelbrot Set within Microsoft MakeCode Arcade. Just 81 blocks! I think all the smarter dudes will find this fascinating, so I posted it.
Just a warning, takes about 15 - 30 seconds to load, so don’t be disheartened if the screen stays black for a bit.
This thing scares me
11 Likes
WOAHH!! Where’s the hype around this!? I couldn’t imagine generating a fractal in makecode. I’m not sure what uses it would have, although it does push the limits of the program!
5 Likes
Also got this while playing around. Does anyone know what it is?
3 Likes
49dev
September 30, 2024, 5:02pm
6
Side of a mysterious box? A doorway? One of scamma’s tesseracts?
2 Likes
I see it as a cyber door. Whatever that is.
1 Like
It’s the… chimbrodapro set! Congratulations!
3 Likes
Did you learn this from The Coding Train YouTube channel?!? I love that guy!!
Nope! But I have watched his stuff before. I didn’t know he made a Mandelbrot Set!
2 Likes
what in the raycasting engine
1 Like
I made a mandelbrot set visualizer with panning and zooming and color bands.
Play it here
3 Likes
AlexK
October 14, 2024, 2:28am
13
For completeness, I should give props to the originals:
[image]
[image]
Could do with better pan/zoom, and better color choices. Algorithm adapted (badly) from http://slicker.me/fractals/fractals.htm
Pan around with the arrow buttons. Zoom in with A. Zoom out with B.
A very simple but interest mandelbrot browser, it can zoom and move.
A, zoom in
B, zoom out
up/down/left/tight, move
[mandelbrot%E6%BC%94%E7%A4%BA]
https://makecode.com/_aLccUMJrqE7w
[GIF%202019-11-15%2012-25-59]
I have upgrade my simple mandelbrot browser, it is much fast now. I use guess method to accelerate calcaute, and display sketch first.
And I found a bug in develop, pause(0) will make simulator halt, in real board it works. So I have to use pause(1), this will slightly reduced running speed.
3 Likes