Showing 17 result(s)

Fractal Flow

Fractal Flow is my largest programming project so far; here’s a little about it: Early days I started Fractal Flow on January 12th 2022, after a few months of learning and tinkering with the Windows Presentation Foundation in my Computer Science class. The application was to be my coursework, which makes up 20% of the …

Mandlebrot

Mandelbrot Set Python

First let me get out the way the glaring problem of Python being a terrible language to make a Mandelbrot Set generator in. Mandelbrot Generators need speed to make the best possible images with the highest resolutions. Python, compared to a language such as C – which would be a much better language to program …

This website

I created this website to display the many programming/electronics projects I have done over the last 3 years. Here is how I made it. Inspiration Going into the project, I already had a little experience setting up websites. I had made my own HTML website in the past and had explored using Jekyll themes combined …