VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Fractal Clouds and Landscape

by SixLetter (3 Submissions)
Category: Graphics
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

This code uses the same algorithm (Iterative Square Subdivision) to create either clouds or landscapes. In addition, it could be used to create plasma fractals and 3D mountain landscapes. This is all done randomly, so each picture is unique. I have also added the capability to save the picture. I have added my version of the save routine using common dialog.

API Declarations
Private Declare Function SetPixel Lib "gdi32" (ByVal hdc As Long, ByVal x As Long, ByVal Y As Long, ByVal crColor As Long) As Long

Rate Fractal Clouds and Landscape

Download Fractal Clouds and Landscape

Download Fractal Clouds and Landscape (7 KB)

Fractal Clouds and Landscape Comments

No comments have been posted about Fractal Clouds and Landscape. Why not be the first to post a comment about Fractal Clouds and Landscape.

Post your comment

Subject:
Message:
0/1000 characters