Skip to content

Final Fractal assignment from Y1Q1 Challenge track of the Programming course.

Notifications You must be signed in to change notification settings

l-fungus-l/fractal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Summary of assignment:

The aim is to create a java application using Java Graphics showcasing three different fractals:

  • Mandelbrot set
  • Phoenix set
  • Pythagoras tree

This project utilizes OOP concepts as well as mathematical methods for the different fractals and allows for customization as well as advanced exploration of the fractals. Alongside the three different fractals, available in the Fractals menu bar, the following settings are also available:

  • Zoom into set fractals with mouse clicks
  • Resizing and changing angles of the tree
  • Recoloring of set elements and surrounding colors
  • Recoloring of the background and tree elements, with implemented transparency for overlapping elements
  • Saving the settings for all fractals (TBI)

Underneath you may find highlights of these functioanalities:

alt text

alt text

alt text

alt text

alt text

About

Final Fractal assignment from Y1Q1 Challenge track of the Programming course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages