A random mountain generator I wrote in C# .NET 2.0 to create wallpapers for my computers. Features include:
- Ability to control how spikey the mountains.
- Ability to change the colors of each object in the scene.
- Ability to remove certain object types from the scene (for example, the stars)
Future Improvements:
- Ability to save the seed value so the mountain can be generated again at a later time.
- Ability to "freeze" certain parts of the mountain range giving the user more control over how the range turns out in the end.
@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
Hi,
could you provide the source code of this project?
Tutubo7 3 months ago