Skip to content Skip to sidebar Skip to footer
Showing posts with the label Zelle Graphics

How Can I Make This Fractal Render Faster In Zelle Graphics?

This takes over an hour to render this mandelbrot set with only 100 iteration and has taken 10 hour… Read more How Can I Make This Fractal Render Faster In Zelle Graphics?

How Do I Implement Collision Detection?

from graphics import* import time import random def main(): numx=random.randint(10,700) … Read more How Do I Implement Collision Detection?