The Mandelbrot Set In Minecraft

Sdílet
Vložit
  • čas přidán 12. 10. 2020
  • This is a quick demo of a datapack I'm working on to create the Mandelbrot set in Minecraft.
    The datapack is available to download from my github: github.com/DqwertyC/fractal-d...
  • Věda a technologie

Komentáře • 80

  • @creativenametxt2960
    @creativenametxt2960 Před 3 lety +96

    I wonder if it looks better when you make the number of iterations the height and have it cap out at the world hight, might be interesting to see how that works out, especially at giant scales.

  • @sbwriel69
    @sbwriel69 Před 3 lety +96

    "you can build anything in Minecraft" apparently this is not a joke

    • @Taro-yt4tk
      @Taro-yt4tk Před 2 lety +2

      You can even make calculators

    • @aidenstern5254
      @aidenstern5254 Před 2 lety +2

      Minecraft red stone is Turing complete, which means it can compute anything a Turing machine (basically a theoretical model of a regular computer) can compute

    • @XenoX101
      @XenoX101 Před 2 lety +1

      As long as you are happy with it being far slower, uglier, and less customizable then a normal software application, sure. I really don't understand why anyone who is capable of programming in MineCraft wouldn't do it in a proper, more powerful environment such as a Java, C, or Python application. It's just a waste of time to attract people online who click on anything that has the word "Minecraft" in it.

    • @trustytrojan
      @trustytrojan Před 2 lety +7

      @@XenoX101 it's not like the video creator is showing off minecraft as the "best programming platform." this is just a project he worked on for fun and is sharing it with the world. is there anything wrong with people working on passion projects?

    • @skyhighbray313
      @skyhighbray313 Před 2 lety +1

      @@XenoX101 Sure, but these guys probably do other things other than making these. I think using a lessly optimized program to do things efficiently is cool as hell

  • @villagernumber7882
    @villagernumber7882 Před 2 lety +6

    Finally a variant of the Mandelbrot set that won't cause my brain to feel like it's been in a plane crash.

  • @MdMaynard
    @MdMaynard Před 2 lety +2

    Hahaha I love it!! Absolutely awesome work!!
    Thank you for sharing this.

  • @HeavenlyNovae
    @HeavenlyNovae Před 2 lety +1

    WOW! It's so beautiful!

  • @ShrekPNG
    @ShrekPNG Před 3 lety +16

    It's great
    But you should make it possible to plot a part of the set, not the whole at once, as well

  • @sebastiangalang2468
    @sebastiangalang2468 Před rokem

    this is the best minecraft creation ive ever seen

  • @EquaTechnologies
    @EquaTechnologies Před 6 měsíci

    Only 600 subs for this kind of stuff?? Man you're underrated.

  • @gaborkrausz5402
    @gaborkrausz5402 Před 2 lety +1

    That's a frikkin great job!

  • @landru27
    @landru27 Před 2 lety

    really, really cool; well done

  • @MartinMizner
    @MartinMizner Před 2 lety +2

    I was expecting some minecraft dropper in style of mandelbrot set, but this is also very cool.

    • @jonakibu8323
      @jonakibu8323 Před 2 lety +2

      That would be even cooler...like...a lot :D hoping to see someone be able to create something like that one day i bet its possible

  • @Phiwipuss
    @Phiwipuss Před 3 lety +1

    My God! I love it!!!

  • @Golem642
    @Golem642 Před 2 lety +1

    This guy is a genius, give him more subs

  • @karinadziedzic5448
    @karinadziedzic5448 Před 3 lety

    This is great!

  • @Green-Ghost1121
    @Green-Ghost1121 Před 3 lety +2

    Nice

  • @sbwriel69
    @sbwriel69 Před 3 lety +8

    I thought, what if we place the blocks at the maximum distance, how clear will the image be?

    • @otiswong2091
      @otiswong2091 Před 3 lety +1

      a circle

    • @hyscript7
      @hyscript7 Před 3 lety

      The computer will explode

    • @dinhero21
      @dinhero21 Před 2 lety

      The "maximum distance" is from world border to world border?

    • @dinhero21
      @dinhero21 Před 2 lety

      It should calculate but it would take probably years if not centuries

    • @mustafaates8806
      @mustafaates8806 Před rokem

      The PC won't explode, as it uses armour stands and also it wouldn't work because the 2 points must be in your render distance. If one of them is in, and the other one is out of your render distance, then it won't work.

  • @salut730
    @salut730 Před 3 lety +1

    pretty epic

  • @moamoa4193
    @moamoa4193 Před 2 lety +1

    the perfect game doesn't exis-

  • @playbyan1453
    @playbyan1453 Před 3 lety +2

    Now do mandelbulb

    • @Anikin3-
      @Anikin3- Před 3 lety +1

      He maked th emantekbobt set

  • @SacsachCCABP
    @SacsachCCABP Před 2 lety

    Was trying to look for this when it suddenly appeared in my recommended

  • @luisaim27
    @luisaim27 Před 2 lety

    Genius!

  • @Mirderer
    @Mirderer Před rokem

    i wish i had this.

  • @cheeseeddy4188
    @cheeseeddy4188 Před 3 lety

    What if you zoom on there

  • @novygaming5713
    @novygaming5713 Před rokem

    Make the mandelbulb next

  • @Ell0_sTadium66
    @Ell0_sTadium66 Před rokem

    oh wow

  • @shadow_44
    @shadow_44 Před 2 lety

    cool

  • @av3stube480
    @av3stube480 Před 3 lety +7

    Damn, that's cool af. How exactly did you do it? I faintly remember what the mandelbrot set is, but I never knew how people colored it...

    • @basspuff514
      @basspuff514 Před 3 lety +12

      All the nums in the set are put through the same equation over and over, and if, after enough times, they trend towards infinity, they are not in the set.
      The colors are decided based on how quickly the numbers blow up to infinity

    • @geekjokes8458
      @geekjokes8458 Před 3 lety +2

      @@basspuff514 but what does "how quickly" mean?

    • @basspuff514
      @basspuff514 Před 3 lety +9

      @@geekjokes8458 The amount of times you have to pass a number through the equation to guarantee that it will go to infinity.
      Some numbers never do, and those are colored black. Others do, but they take thousands of loops. They get some arbitrary color. And others move very quickly to infinity, only taking a few loops to pass the critical point. Those get a different color.

    • @robinchesterfield42
      @robinchesterfield42 Před 2 lety +4

      @@basspuff514 THANK you! I've seen these Mandelbrot Zoom videos and could never figure out how/why they were picking the colors they did, either. I mean, obviously the _palette_ is chosen by the person making it, but how the computer program knows WHICH color to put where, I never knew.

    • @TheDeadOfNight37
      @TheDeadOfNight37 Před 2 lety

      @@basspuff514 so basically it's how many times you need to compose the function til it approaches infinity? So you keep iterating f(f(f(f(....f(x)))))

  • @starry4471
    @starry4471 Před 2 lety +1

    now fry your computer by setting (1, 0) 10 million blocks away

  • @geekjokes8458
    @geekjokes8458 Před 3 lety

    why isnt it simetric?

  • @maryrose1179
    @maryrose1179 Před 9 měsíci

    pls link

  • @MrGameAnd_Watch
    @MrGameAnd_Watch Před 6 měsíci

    You should add a zoom

  • @blanchfor
    @blanchfor Před 3 lety +1

    Dad plays that

  • @DiscoLizzard
    @DiscoLizzard Před 2 lety

    Is it just me, or is the Mandelbrot set looking kinda *T H I C C* ?

  • @loaf414
    @loaf414 Před 2 lety

    *Now do this in 3D*

    • @svz5990
      @svz5990 Před 8 měsíci

      Haha mandelbulb go brrrr

  • @thuongle9113
    @thuongle9113 Před 2 lety

    wow

  • @vehicleboi5598
    @vehicleboi5598 Před 2 lety

    minebrot

  • @Kittykittyviiauttp
    @Kittykittyviiauttp Před 9 měsíci

    Mine Is Even Bigger

  • @Caterblock
    @Caterblock Před 3 lety +2

    2ow

  • @gabenugget114
    @gabenugget114 Před 3 lety +2

    Make (0,0) into 0+0i and (1,0) to 1+0i

    • @anjamoro8384
      @anjamoro8384 Před 2 lety +1

      if you mean (0, 0) in coordinates that won't work since origin and 1 are next to each other making the set 1 block or 5 blocks big
      also if both of those refer to the starting positions then he already did that in the video

    • @anjamoro8384
      @anjamoro8384 Před 2 lety

      if you mean (0, 0) in coordinates that won't work since origin and 1 are next to each other making the set 1 block or 5 blocks big
      also if both of those refer to the starting positions then he already did that in the video

  • @petterlarsson7257
    @petterlarsson7257 Před 3 lety

    Low iterations doe

    • @mr.beatboxer757
      @mr.beatboxer757 Před 3 lety

      If it were to have more iterations, then it might need to load at .33 fps or someting

  • @uncanalrandom9941
    @uncanalrandom9941 Před 2 lety

    There is somehing same in robloc

    • @2fifty533
      @2fifty533 Před 2 lety

      that's not as impressive though roblox has built in lua

  • @firefoxlogo5140
    @firefoxlogo5140 Před 2 lety

    ISTHAT

  • @ynigoulalan3882
    @ynigoulalan3882 Před 2 lety

    !?!?!?!?!?!?

  • @firefoxlogo5140
    @firefoxlogo5140 Před 2 lety

    WHATTHE__

  • @AB-jt4rs
    @AB-jt4rs Před 3 lety

    Who else thought it was actually going to be infinite?

  • @fractaltree4599
    @fractaltree4599 Před 2 lety

    Incredible!!!

  • @davidefranciscono6175
    @davidefranciscono6175 Před 2 lety

    Nice