README.md

December 4, 2022 ยท View on GitHub

Paint Tool - Using Recursive Algorithm

Description

This program demonstrates a recursive function to create a tool for Paint...

The following are the inputs:

Levels = Specifies how far the recursion will flow.

Min Branch = Specifies the minimum randomized branches.

Max Branch = Specifies the maximum randomized branches.

Min Length = Specifies the minimum randomized length of each branch

Max Length = Specifies the maximum randomized length of each branch

The recursive function somewhat reflects the concept of a tree structure. So, the size of the brush depends on the length per branch...

More Info

Submitted On2007-10-01 21:50:02
ByRonald Borla
LevelIntermediate
User Rating5.0 (10 globes from 2 users)
CompatibilityVB 6.0
CategoryGraphics
WorldVisual Basic
Archive FilePaint_Tool2085561012007.zip