Skip to content

Instantly share code, notes, and snippets.

View wingos80's full-sized avatar

wingos80

  • Netherlands, Delft
View GitHub Profile
@wingos80
wingos80 / mandelbrot set.py
Created January 13, 2021 15:21
A mandelbrot set viewer
# import pygame as pg
# import numpy as np
# import math
# import timeit
#
# toc = timeit.default_timer()
#
# pg.init()
# pg.display.set_caption("*basically ksp*")
# pg.font.init()