I'd honestly be down for a map of a giant mandelbrot continent, with islands scattered around as it gets further out.
@lanse0123 ай бұрын
Honestly I want to, I just am poor and cant afford a good server yet. Maybe one day, once I can, itl be open on my discord server
@Maliniasredmask3 ай бұрын
@@lanse012 oh i can do that for you! i have some freinds who would be willing to do that!
@Maliniasredmask3 ай бұрын
@@lanse012 in fact maybe you can come and help us make a minecraft world that makes this possible? id love to hear your say on this, because we are making this cool floating islands project and i was wanting to spice it up with just a few mods but... if it would be floating islands mandlebrot that would be COOL!
@Fortplayzthis2 ай бұрын
@@lanse012mine hut
@lanse01211 күн бұрын
@pncka i made an smp with it in my discord server
@PloverTechOfficial3 ай бұрын
This is really cool! I love it generating in real time.
@lanse0123 ай бұрын
at first, I was really sad I needed it to do that, but the second I started watching it, and while it was working, I was pretty happy lol
@I_Peed_in_your_lunch_UwU2 ай бұрын
@@lanse012 :3
@rhopinu3 ай бұрын
I was confused for a few seconds because i was expecting the german bread called mandelbrot. :D
@lanse0123 ай бұрын
oh, that's funny, I didn't know Mandelbrot was a bread as well! Maybe I could add that one to Minecraft as well :p
@alex.g73172 ай бұрын
MOZELTOFF!
@SnowFallBall2 ай бұрын
Legendary youtube algorithm pull Seriously though I love fractals this is really cool
@nofas58833 ай бұрын
This is so cool! I can't wait to see what you do with this
@pewweper80593 ай бұрын
Criminally underrated.
@mo2cubing2 ай бұрын
If a scale of 1 means it's 5 blocks wide, then a scale of 10 million would mean it's 50 million blocks across. Since a Minecraft world goes 30 million blocks horizontally from spawn in every direction, making it 60 million x 60 million, the Mandelbrot set at max scale *could* fit with 10 million blocks to spare in each direction. That could be a pretty fun map to play, especially since most of the land height changes will most likely be smoothed out by the increase in scale.
@lanse0122 ай бұрын
yes, just my only problem is that the fractals aren't centered on 0,0, but instead they are in positive coordinates. once I fix this, I could make the max size a little bigger
@mo2cubing2 ай бұрын
@@lanse012 ohhh I see Interested on how it goes then!
@MACKYBOY-412 ай бұрын
Niiice. Wait. I have to propose this to the host my friend group's annual SMP.
@lanse0122 ай бұрын
that would be wonderful! if its a public smp, i would love to join / help with any problems the mod might have
@snewzer2 ай бұрын
you're going places, remember me when you're famous
@lanse0122 ай бұрын
bet
@Mr.Polymonstrum9013 ай бұрын
3 months to make this? This deserves more popularity.
@lanse0123 ай бұрын
2.5 of the 3 months was trying to figure out world generation code but that never worked, so another week for making a custom world modifier, then like 10 minutes for the mandelbrot. It was quite a journey lol
@Mr.Polymonstrum9013 ай бұрын
@@lanse012 ohh makes sense now.
@ferhadsemseddinli32933 ай бұрын
@@lanse012 25 years to be born and grow
@theguy0023 ай бұрын
You may be interested in Lyapunov fractals. I would recommend checking out the wikipedia page.
@lanse0123 ай бұрын
thank you! that looks amazing! I tried coding it but so far its only giving me a rectangle lol I will hopefully have it done and ready by my next video!
@pncka3 ай бұрын
You are crazy underrated!
@JustBored12343 ай бұрын
@@pncka it’s true man he is so underrated we need to spread the news
@Nullnon_2 ай бұрын
THIS IS SO COOL! For once I get shown an interesting video from a small creator!
@Agent-on1yy2 ай бұрын
CaseOh fell
@markuszeller_official2 ай бұрын
Imagine a Mandelbrot dimension or smaller Biomes :)
@stellsy34963 ай бұрын
there exists math equation parsing and solving libraries, you could simply add a command that inputs a string that is the equation in the format the equation library takes (this is a standard thing for the most part) and use that input, calling the equation library's solve given input function for the calculation part internally after the user has added a function. exp4j is the first i could find that seems to do that
@lanse0123 ай бұрын
the Mandelbrot equation took about 10 minutes of the 3 months I spent working on this, and I recently spent another 10 minutes adding 2 more fractal presets which I will be making another video on soon. By any chance, do you know how many fractals it has though? If it has a whole ton of them, that might be really useful to me
@stellsy34963 ай бұрын
@@lanse012 it was a reply to the user defined fractal part, its a you can give it an equation and itll solve it library, i didnt look too deep into it so idk if it does complex numbers. it was more the idea that parsing and solving equations has been done many times so youll probably find a library that does that whole part for you. and then you can apply the holomorphic dynamics with that solver at its core, allowing the user to define their own equations to turn into a fractal like you mentioned
@5uperM2 ай бұрын
nice.
@williamfox42353 ай бұрын
Dude this is incredibly cool
@Ishan_verma3 ай бұрын
Nice work dude. looks cool
@rendarcrow2 ай бұрын
i support this level of nerd heights. have you heard of the dougherty set? p.s. you could use biome temperatures as unstable variables
@lanse0122 ай бұрын
i looked it up, and woah that looks awesome! idk how it works yet but i’ll learn it and add it
@Boredman5673 ай бұрын
Is there a way to set the vertical scale (and/or vertical offset), aside from changing the iterations? That way you can change the height independent of the level of detail.
@lanse0123 ай бұрын
I could add commands to change the initial offset (currently its Y 63). Other than that, maybe I could add a smoothing value for it but the height is mainly dictated by the iterations. does that sound good, or did you have something else in mind? I can add that by the next update coming out in a few days
@penultimatechimera79812 ай бұрын
could have an offset value (like you said!) and a multiplier setting? which could allow for the Mandelbrot (and other fractals like it) to also build down instead of up if the player wants it to would suggest something like a "maximum height" but clamping infinity to that probably wouldn't return anything... could have it tied to the maximum number of iterations though! a Multiplier feels like the best option to me
@lanse0122 ай бұрын
@@penultimatechimera7981 I added an option to make it go down to make valleys instead of mountains if that was what you meant, I will release the video today probably.
@fishnpotatoes2 ай бұрын
minecraft but i survive in MANDLEBROT CIVILIZATION
@lanse0122 ай бұрын
If I ever make an smp using this as a map, thats probably what I am going to call it now
@_2ston3d2 ай бұрын
super awesome and smart keep going
@Lahariforpeace2 ай бұрын
Mandel Brot is actually German for almond bread😂
@001variation3 ай бұрын
Great video, except you need to improve your audio quality. It sounds thin and tinny
@lanse0123 ай бұрын
yeah, thats been being the worst thing to me recently. whenever i edit my videos, filmora makes it sound like its fine, but once it uploads to yt, it usually gets a lot quieter, and its so annoying
@Maliniasredmask3 ай бұрын
you... first video ive seen from you! great content! aybe we can collab some time?
@lanse0123 ай бұрын
that would be fun! Though my schedule is really busy due to college, so I dont know if our freetime would work well together. If you just want to make a vid on the mod, go right ahead, that would be awesome! Just make sure to leave the modrinth link or this vid in the description
@Maliniasredmask3 ай бұрын
@@lanse012 hm alright! maybe we can chat on some things on like discord or something?
@lanse0123 ай бұрын
@@Maliniasredmask sure! I joined ur server, but I didnt know who to message. My user is Lanse012
@Maliniasredmask3 ай бұрын
@@lanse012 oh alright!
@JustBored12343 ай бұрын
WAIT 3 MONTHS jeez
@lanse0123 ай бұрын
well on and off for the past 3 months. A few weeks ago I gave up with custom world generation and built a world modifier instead, and this weekend i got it working!
@JustBored12343 ай бұрын
@@lanse012 I have an idea what about a model of Minecraft earth but it is the size of an atom and when you want to see it you have to use a command that goes like “/shrink size atom”
@lanse0123 ай бұрын
@@JustBored1234 i already am the size of an atom compared to the minecraft world tho
@JustBored12343 ай бұрын
@@lanse012 ahh that is true
@pandapunch82492 ай бұрын
this is so fucking cool
@sirdumpybear3 ай бұрын
dude this is awesome!
@lanse0123 ай бұрын
ty! It took 3 months, but a little while ago I spent 10 minutes and made 2 more fractals which are just as cool and complex as the Mandelbrot! I'll be making a vid about them soon.
@sirdumpybear3 ай бұрын
@@lanse012 def deserves more views lol. its a super cool world gen tool
@lanse0123 ай бұрын
@@sirdumpybear ty! you should totally share it with people then lol Ill be adding a lot more options and eventually some of its features might be just as helpful as world edit in creating some things
@Fortplayzthis2 ай бұрын
Also i think its pronounced mandel (how you would expect mandel to be pronounced) then bro (how youd think bro is pronounced)
@JustBored12343 ай бұрын
Wait haven’t you shown me this picture on discord
@xenobeam78742 ай бұрын
julia sets?
@lanse0122 ай бұрын
yep, I added julia sets, and way more fractal presets in my newer vids
@fishy3982 ай бұрын
This is epic!!!!!!!
@rayanshorts2333 ай бұрын
new sub
@Just_A_Simple_Time_Traveller3 ай бұрын
Nice
@Njursviktxd3 ай бұрын
You generated a shape/hole in the ground in the form of a first iteration mandelbrot set, not a mandelbrot set.
@Spaceman00253 ай бұрын
Only the black area is a hole, it makes the land around it taller for the number of iterations.
@lanse0123 ай бұрын
you can clearly see the iterations in my newest vid, it has the option to paint it onto the world instead of using it as a heightmap.