This fractal thingy I made

Поділитися
Вставка
  • Опубліковано 4 сер 2023
  • I was just playing around with my code that renders Images, based off a function that rendered the Image pixel for pixel, that function could do anything from fractals to simple repeating patterns, anything. I have already created a lot of other stuff with that code, will be maybe uplading it here too. So I was just playing around with an existing fractal code I had, and then this was created.
    After playing with the code a little, I was able to create a zoomed-out version of the fractal, just revealing the entire thing, (also included in the video attached).
    I really just found it very beautiful, so I tortured my poor computer to render that image on a size of 20.000 x 20.000 pixels, just for fun.
    Ive also attempted to render it in other languages (c++ and some others) but did not have great success, so I continued working with python, and it still isnt that slow, if you use numba's JIT compiler, and other optimizations (multithreading, rendering the image in chunks, and saving them, so the RAM isnt overloaded while it is running, it will only have the entire image in memory, if you want to combine all chunks).
    my discord: / discord

КОМЕНТАРІ • 1

  • @justacoder_
    @justacoder_  10 місяців тому +3

    yep, i dont use a shitty screen recorder unlike most wannabe youtubers do lmao