@Tutubo7 Sorry, the source code for this has long since been lost. If you're interested in recreating it, the project is a straight windows forms 2.0 app written in C# using a picture box as the "canvas" that is drawn to. Set the Graphic object to an image, draw the image, then set it as the background of the picture box. The algorithm used is the midpoint displacement algorithm which you can find all sorts of info on through google.
Hi,
could you provide the source code of this project?
Tutubo7 2 months ago
@Tutubo7 Sorry, the source code for this has long since been lost. If you're interested in recreating it, the project is a straight windows forms 2.0 app written in C# using a picture box as the "canvas" that is drawn to. Set the Graphic object to an image, draw the image, then set it as the background of the picture box. The algorithm used is the midpoint displacement algorithm which you can find all sorts of info on through google.
You can fancy it up from there...
exceptionthrown 2 months ago