Skip to content

Wizardous/Fractal-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fractal-tree

A Simple Fractal Tree rendering program in C++

Getting Started

graphics.h You will need to setup this library in Include Dir and also it's reletated lib files.

File descriptions

  1. Fractals1.cpp

This program is to generate symmetrical Fractal Tree.

  • Input 1: Initial length of Branches.
  • Input 2: Angle of next branch reletive to previous branch.

  1. Fractals2.cpp

This program is to generate asymmetrical Fractal Tree.

  • Input 1: Initial length of Branches.

  1. Canvas.h

This is a custom header I created. Its an implementation of the Polar Co-ordinate system to store and draw vectors on the canvas.

About

A Simple Fractal Tree rendering program in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages