add initial files

added files from own repo, updated readme
This commit is contained in:
wompmacho
2020-11-03 14:59:03 -05:00
parent 4c929b3515
commit 93adc494c2
5 changed files with 299 additions and 2 deletions

View File

@@ -1,2 +1,9 @@
# fractal-tree-draw
Simple Java application that demonstrates recursion by visualizing a fractal tree.
# Fractal Tree Viewer
This is a simple Java application that demonstrates recursion by visualizing a fractal tree. It takes in an input for
length, angle and the number of child nodes and draws to a canvas. These inputs can then be manipulated by the sliders
and text field. It utilizes Java, JavaFX, FXML and CSS.
// TODO:
make object oriented for multiple tree and shape types
remove canvas from controller so that we can resize canvas to parent but also draw on init