VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Fractal Clouds and Landscape

SixLetter  (3 Submissions)   Graphics   Intermediate   Wed 3rd February 2021

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 (3(3 Vote))

Download Fractal Clouds and Landscape

Fractal Clouds and Landscape Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters