Skip to content

My first try at two things: A GUI app and Fractals!

Notifications You must be signed in to change notification settings

salman-farooq-sh/fractal-art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is a showcase of fractals and how varying their certain features changes their appearances. The inspiration to create it came purely out of the love to experiment with new things. What started as a single drawing of a tree evolved into this and I eventually decided to submit it as the final project for the course of Object-Oriented Programming at the end my second semester

How to Run

Install a recent version of JDK and cd to the cloned folder. Run make if you have make installed.

If you do not have make installed, run the following commands one by one.

javac ./FractalArt/*.java
javac Main.java
java Main

The Animations in Action

Tree

Demo of the Tree Fractal

Star

Demo of the Star Fractal

Sierpinski

Demo of the Sierpinski Fractal The circular slider has been custom made from scratch.

About

My first try at two things: A GUI app and Fractals!

Resources

Stars

Watchers

Forks