This Java project created fractal shapes using recursive algorithms and graphics libraries, displayed on a visual canvas. The Canvas class extended the Applet class, which created a top-level window with standard features using the Frame object. It was completed in the course CSCI 1933: Introduction to Algorithms and Data Structures course!


Prerequisites (Click here!)
>> Install Java 8 or higher
git clone https://github.com/LydiaAlem/Fractal-Drawer.git
>> cd Fractal-Drawer
>> javac FractalDrawer.java
>> java FractalDrawer
- Maven - dependency management. (Click here for more info!)
- JApplet - used for creating applets, or small programs that run in a web browse. (Click here for more info!)
- JFrame - a top-level window with a title bar and other standard window features. (Click here for more info!)
Triangle Fractal:
Circle Fractal:
Rectangle Fractal: