moved readme and license out of src

This commit is contained in:
wompmacho
2020-11-03 15:05:07 -05:00
parent ab13f6c739
commit dc27cd0681
2 changed files with 0 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
<p align="center">
<img width="828" height="550" src="/src/assets/img/FractalTreeExample.gif">
</p>
# 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