Description of the project

Jfract measn J for java and fract for fractals. The main goals of this project is giving an cool interface for people who wants to show graphicals behavior from mathematical or other sources. Jfract api will give you a simple way to describe a fractal managing complex numbers, complex Polynome easily. The idea is to give to the user an interface very simple that he should implements to show a dynamic fractal. It is dynamic because the capability to zoom in the fractals and to set mathematical properties such as iteration number or color fade are implemented by JFract.

But also Jfract can be used to give a GUI to manage Pure java Objects such as JDBC connections or Servers programs. Jfract will give the possibility to call methods on the object.

The GUI is oriented to manage fractals beans (Javabeans). Showing the fractal on screen, producing pictures in differents format (bmp, tiff, jpeg). JFract is able to produce quick time movies from two differents fractal configuration with a user defined transition.

An open project

Jfract is open you can create your own componant to edit various kind of properties from a javabean object. New kinds of interpolation for movie generation can be added to produce infinity of movies.

Jfract can be extended for a professional use to manage business services or remote programs from a simple GUI.

World of fractals

Fractals are mathematical figures. it can produce pictures representing strange shapes. just have a lool in a search engine to have a look on the web. Jfract will let explore this world very easily. If you wanna describe a new fractal behavior you will have to implements a fractalContainer to produce big pictures and strange movies.