Problem Refer to the help message and title of this post for what the code does. I’m looking for tips […]
Tag: fractals
The ugly Christmas tree, Haskell style
Problem Inspired by a few inverse tree ascii art F# questions, I wanted to give it a shot in Haskell. […]
Interactive Mandelbrot Set generator
Problem The purpose of this project is to generate an interactive Mandelbrot Set with smooth coloring. The user can interact […]
Multithreaded Mandelbrot Generator Ver 3
Problem I thought Ver 2 was fairly solid but ending up modifying all but one method for Ver 3. Performance […]
Small turtle program using instruction strings to draw patterns
Problem A while ago, I wrote a program that combined L-systems and turtles. This was before I understood OOP (I […]
Drawing fractals with Turtle
Problem So, I have my code here: import turtle class fractal: “””A class containing methods that will replicate various fractals. […]
Multithreaded Mandelbrot Generator
Problem I built one of these long ago, and it got lost when I reformatted my SSD (sad day) so […]