Exploring the Menger Sponge Fractal

Поделиться
HTML-код
  • Опубликовано: 13 янв 2025

Комментарии • 37

  • @andrewkimery7056
    @andrewkimery7056 2 года назад +5

    Absolutely amazing.this might be the craziest one you've done so far.keep up the great work.

  • @2teaspoon
    @2teaspoon 2 года назад +4

    Really loved all your videos! Also I get to explore new things from them. I had no idea about the Menger Sponge Fractal before this video.
    It was really fun and informative to watch the whole 2d to 3d process!

  • @sabamorchilashvili1549
    @sabamorchilashvili1549 2 года назад +7

    awesome awesome awesoooomee

  • @schnapsdrossel78
    @schnapsdrossel78 2 года назад +1

    Great again! The carpet is really beautyful.

  • @DC-do2iu
    @DC-do2iu Год назад +2

    This is really cool. I was trying to make a massive conplex menger sponge by instancing a level 4 sponge i made using geometry nodes a bunch of times in blender, but your way is far better and more optimized, plus its infinite😂 It's so interesting seeing a different technique to make a more efficient fractal than my primitive design.

  • @hamburger_eatspie
    @hamburger_eatspie 8 месяцев назад +1

    thank you!!! I'm making a game where you roam around a menger sponge and this will help me alot!

  • @CesareVesdani
    @CesareVesdani 6 месяцев назад +1

    What is the maximum number of levels has someone ever done to make the menger sponge using real materials?

  • @thegamingvan
    @thegamingvan 2 года назад +7

    Great Video! Thank you! Btw you can use only one triangle scaled to enclose the whole screen to draw this. It's just a minor tweak but i always used to do that for demos :)

    • @CoderSpaceChannel
      @CoderSpaceChannel  2 года назад +5

      yes i also used one scaled triangle but for skybox rendering 👍

  • @vncubers
    @vncubers 2 года назад +1

    love all of your videos, keep going man

  • @jeffcummings3842
    @jeffcummings3842 2 года назад +1

    fantastic! beautiful, thanks for sharing! 💗love your work

  • @SkyFly19853
    @SkyFly19853 2 года назад +4

    And I was wondering about your next video.
    ✅✅✅✅✅

  • @hydrochloricgamer4521
    @hydrochloricgamer4521 2 года назад +4

    Never disappoint us 🙂 . Keep it up 👍

  • @Z1g0l
    @Z1g0l 2 года назад

    You need to make more like this, it's amazing!

  • @CUBETechie
    @CUBETechie Год назад +1

    It would be Perfect location or setting for a movie. Like CUBE, the Plattform.
    Or the game NaissancE

  • @awesomestory4067
    @awesomestory4067 2 года назад +1

    Madness! It was like I was inside a Dyson sphere!

  • @inrmh
    @inrmh 2 года назад +4

    great video as always ❤❤❤❤

  • @antek2468
    @antek2468 2 года назад +3

    Cool

  • @thanyaniinnocent940
    @thanyaniinnocent940 2 года назад +1

    The Genius 😎

  • @ac-bc5108
    @ac-bc5108 5 дней назад

    I love your job. Can you put the pov on the surface and try to move in linear on the surface

  • @muerete0000
    @muerete0000 6 месяцев назад

    beautiful

  • @ODDdiddle
    @ODDdiddle 2 года назад +2

    In your Doom video at 1:10 in that video, you had to install pygame in local. But on my Mac there is no local. I tried installing it on Terminal but i don’t think that worked. Do you know what i need to do to get local? Please awnser.

    • @thegamingvan
      @thegamingvan 2 года назад +1

      It's just the name that the editor gave the terminal window(you dont need that). Just open a command prompt in the directory you want to make your game and type "pip install pygame". For that to work you need to have pip installed. If you dont know what that is, maybe you should start with a simpler python tutorial for beginners. Good luck!

  • @evanbarnes9984
    @evanbarnes9984 2 года назад +1

    It's the Borg Menger Cube

  • @drogokhan
    @drogokhan Год назад +1

    Hi there Coder, thank you for your videos, really enjoy them. Is it difficult to use Metal instead of OpenGL, I am having a hard time trying to make it work on apple silicon as OpenGL is deprecated on it. Would you give it a try to figure if there is a way to port and maybe do a video on it? Thanks again! Cheers!

  • @yesantro2071
    @yesantro2071 2 года назад +1

    Awesome video, can you make a video about the quake 3d engine on python would be really interesting

  • @DandanRawat
    @DandanRawat Год назад

    How do you run glsl shaders on pycharm?

  • @amdabra9447
    @amdabra9447 Год назад

    Gorgeous beauty

  • @orbitaldebri66
    @orbitaldebri66 Месяц назад

    Pretty cool stuff...int maxLevel = 3; // Depth of recursion
    float cubeSize = 200; // Initial cube size
    void setup() {
    size(800, 800, P3D); // 3D canvas
    noStroke();
    }
    void draw() {
    background(30);
    lights();
    // Translate and rotate for better viewing
    translate(width / 2, height / 2, -300);
    rotateX(frameCount * 0.01);
    rotateY(frameCount * 0.01);
    // Draw Menger Sponge
    drawMenger(0, 0, 0, cubeSize, 0);
    }
    // Recursive function to draw Menger Sponge
    void drawMenger(float x, float y, float z, float size, int level) {
    if (level == maxLevel) {
    pushMatrix();
    translate(x, y, z);
    box(size); // Draw cube
    popMatrix();
    return;
    }
    float newSize = size / 3;
    for (int i = -1; i

  • @penguinman2044
    @penguinman2044 2 года назад

    Hey. Can you make a Pentix game with pygame? It is like tetris but with 20 more shapes.

  • @PMA_ReginaldBoscoG
    @PMA_ReginaldBoscoG 2 года назад +2

    Trippy enough to make me puke 😂

  • @dashsights4258
    @dashsights4258 2 года назад +1

    tesseract

  • @mtalhakhalid1679
    @mtalhakhalid1679 Год назад +1

    interstellar 5th dimension

  • @joelyole3431
    @joelyole3431 2 года назад

    Ты говоришь по-рисски?

  • @Sourcecodemastergoaheadcheater
    @Sourcecodemastergoaheadcheater 11 месяцев назад

    nanobots is there nothing you can't do? Seriously 😂😂😂

  • @jeanmarieoyou2605
    @jeanmarieoyou2605 Год назад

    Cool