Log In  


little thing I made that renders the Mandelbrot set (flashing lights)
dpad to pan
z and x to zoom

also found on:
itch.io Github

Cart #mset-6 | 2024-10-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

6


Simple and effective. Some CPU could probably be saved by using local variables, inlining the mset function, bit shifts, and using pset instead of rectfill when at max resolution, but the overall experience would mostly be the same.
What I especially liked about this is that the artifacts due to zooming beyond PICO-8's number precision lead to regular rectangles, nothing like the float based glitches seen on other platforms that use CPU floats.
A great way to visualize and remember that pico-8 uses fixed point 16.16 bits floats.


MANDELBROT SET?! OML REALLY?!


How deep can you scroll...
I wonder...


That's super cool



[Please log in to post a comment]