Mandelbrot Set, with zoom, python, pygame, numpy, numba

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ก.ย. 2024
  • my wish list
    www.amazon.ca/...
    Mandelbrot Set written in Python using pygame, numpy, and numba
    github: github.com/wbu...

ความคิดเห็น • 3

  • @aaronkelly1762
    @aaronkelly1762 3 หลายเดือนก่อน

    That image was trippy.

  • @MisterRedBird
    @MisterRedBird 3 หลายเดือนก่อน

    Do you know what the actual limitation of the computer is? Is it a result of a 64 bit operating system?

    • @wburris2007
      @wburris2007  3 หลายเดือนก่อน

      Floating point operations in python use 64 bits. By using special libraries higher precision is available.