A C++ implementation of the Barnsley Fern algorithm. Find the algorithm here: https://en.wikipedia.org/wiki/Barnsley_fern Output is displayed in the console window. Video: https://youtu.be/3Q5tAWkAEBc
Windows-only for the moment as the Windows console API is used to render the fern.
A Visual Studio project is provided which is the easiest and quickest way to compile and run the code.
This code is public domain; do what you will.