The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

The Mandelbrot Set!
18 Comments
juegosjesica6666 7 Nov, 2024 @ 10:09am 
the binding of fraactal
Poondaedalin  [author] 22 Oct, 2024 @ 5:47pm 
The function takes a bunch of pairs of starting pairs, then keeps squaring and adding until either it flies off to ∞, or it hits the max number of iterations (the sharpness value).

We can't just check if the number is going to ∞, but once it goes past a certain size, we can make a reasonable guess that it'll never settle to a value (I have the tolerance set to 16).

Once we have the full grid of values, we can generate a grid of white squares, then change their brightness based on how many iterations it took to fly off (or default to black if it reaches the maximum)

As for why? Well, I realized a while ago that making generic Isaac mods isn't as fun as making something completely unique and ridiculous, and I've kinda been acting on that philosophy ever since I made the Bejeweled mod last year. It's been fun so far, and I have a bunch of insane ideas that I want to try.

(I'm working on an Isaac RPG proof-of-concept as we speak :ChrisSmirk:)
Poondaedalin  [author] 22 Oct, 2024 @ 5:42pm 
@aviess
It's not as complicated as it looks (at least I don't think it is lol):

The way the Mandelbrot set works is by taking a range of values, feeding them into a function, then repeating that process until they either settle to a value or fly off to Infinity.

The function is y = x^2 + c, where x and c are complex numbers written as (a + bi). That sounds scary, but a complex number in this context is just a pair of numbers with slightly different behavior when you multiply them together, since i^2 is -1. There's some correlation between complex numbers and rotation around a circle that makes the visualization do a lot of the crazy stuff that it does, but that's not really important for this explanation.

You can technically use any pair of numbers for c, and any other value's graph is called a Julia set, but I used (-1, 0) for the classic image.

[continued on the next post since Steam only allows 1000 characters per comment >:( ]
aviess 22 Oct, 2024 @ 2:51pm 
this is really cool actually. how did you do it, and why? LMAO
Deckard 19 Oct, 2024 @ 3:25am 
this is just like the FIST campaign kit MANDELBROT SET!
(_U_)deadcenteratriumluvr4ever!! 18 Oct, 2024 @ 1:27am 
RG JUBILEE was right the mandelbrot is from god
Hamburger 15 Sep, 2024 @ 3:40pm 
a mod that nobody ever asked for, but we got anyways. thank you!
Polyom 9 Sep, 2024 @ 5:48pm 
Am i stupid? i dont know what this is!
Tacolover93 30 Aug, 2024 @ 2:04am 
Thank god someone finally made this
shmaney 27 Aug, 2024 @ 6:15pm 
this is insanely fucking cool
hydradamian usembassy.gov 17 Aug, 2024 @ 3:57am 
yeah that's cool
Marpro_750 16 Aug, 2024 @ 11:52pm 
top tier mod
broseidon 16 Aug, 2024 @ 4:13pm 
bro what
monkey 16 Aug, 2024 @ 2:54pm 
HOW just how
Noosh 13 Aug, 2024 @ 7:20pm 
i did this in javascript at school once
Biddybododode 13 Aug, 2024 @ 10:25am 
This is bad-ass.
Striderman 11 Aug, 2024 @ 9:13pm 
Benoit would be proud.
RFil 11 Aug, 2024 @ 2:15pm 
Science isn't about "why?". It's about "why not?".