Probably you know the Mandelbrot set, it’s really pleasing to visualize this set, so I used my image generation library (EasyBMP) to plot it.
This was the result:
I was interested in genetic algorithms, so I created this small project. It was really interesting to learn about it and it’s an easy and efficient approach to some optimization problems. I also wa...
Sometimes I need to generate some images with simple shapes for a little project, but i don’t want to install some heavy libraries, and this is why I decided to creaty my own single file library fo...
Conway’s Game of Life it’s an interesting cellular automaton that generates interesting patterns, so I decided to create a program to test it. Source code Executable download Console argu...
Conway's Game of Life
Fibonacci with linear algebra
A new version of content is available.