Skip to content

ghevcoul/field-guide-to-exotic-trees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Field Guide of Exotic Trees

A Python 3 app that generates random fractal-like trees and field guide entries for those trees.

A more complete write-up of this project and its history is available here.

To-do:

  • Write field guide entries
  • Tree generation
    • Symmetrical trees
    • Support specialized tree types such as tall trunk with foliage on top (palms), tall trunk with branches coming off near horizontally (classic conifers)
    • More control over tree generation?
  • Output Generation
    • Randomize tree colors
    • Switch from SVG to a bitmap format, we're generating SVG files up to 85 MB...