Skip to content

A program that generates animated 3D fractal trees using L-systems and OpenGL

License

Notifications You must be signed in to change notification settings

mio10/3d-fractal-trees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D fractal trees generator

Description

A program that uses L-systems to generate fractal trees and OpenGL to animate them in 3D.

Features include a rotating 3D model of a tree generated from these changeable parameters:

  • tree branches and leaves density (i. e. depth of the recursion),
  • wood and leaves color,
  • tree's size,
  • tree crown's breadth.

Requirements

A Microsoft .NET redistributable installation is probably required to run.

Quick start

Run FractalTree\bin\Debug\FractalTree.exe.

About

A program that generates animated 3D fractal trees using L-systems and OpenGL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages