64_Tesseract
64_Tesseract
23 / 1
27th Nov 2021
30th Nov 2021
A while back I made a decently-fast computer so I could code things in-game, since learning someone else's computer is so much harder. Recently, I decided to torture myself by coding a fractal generator in made-up Assembly. send a psychiatrist
fractal subframe computer render

Comments

  • yesyesy
    yesyesy
    28th August
    z2 + c moment
  • experimental11yr
    experimental11yr
    8th Dec 2023
    z^2 I mean
  • experimental11yr
    experimental11yr
    8th Dec 2023
    you can do abs(z+c) for a different fractal
  • 64_Tesseract
    64_Tesseract
    28th Dec 2021
    Exactly... Except it's not thousands of times, it's 8 XD You only need thousands if you're zoomed in ultra far, usually a few hundred is good enough to see details
  • GodOfChaos
    GodOfChaos
    27th Dec 2021
    you pick ant point on the complex plane, call it c, make a copy of it, call it z and then update z with z^2 + c, thousands of times. if the point escapes to infinity, then its not part of the set, and gets aside a color depending on how fast it escapes. but if c stays in almost the same place then its part of the set and its colored black.
  • GodOfChaos
    GodOfChaos
    27th Dec 2021
    its formula: z2+c
  • GodOfChaos
    GodOfChaos
    27th Dec 2021
    i also know what is the mandelbrot set
  • EnganK
    EnganK
    30th Nov 2021
    Another cool computer with horrible and broken interface. +1
  • 64_Tesseract
    64_Tesseract
    30th Nov 2021
    Welp at least 1 other person knows what a Mandelbrot is... thx lol
  • DanielUbTb
    DanielUbTb
    29th Nov 2021
    This is super cool, +1