*** Défi QT #1 ***
		LittleWhite

Système:

	* Linux Ubuntu 8.04 - 2.6.24-23
	* Intel Core Duo processor T2050 ( 1.6Ghz )
	* Geany 0.18 ( puis un peu 0.18.1 ) ( C'est juste un éditeur, la compilation est faite dans une console avec: qmake -projet ; qmake ; make )
	* Qt 4.5.2
	* ~50h ( je n'en suis pas sur )

Compilation:

	qmake
	make

Informations générales:

	Mon but était de faire une interface permettant de généré les fractales grace au code de Yan. Ceci n'est donc qu'une interface qui utilise le code de Yan sans retouche.
	La partie Qt, ma permis d'ajouter des fonctionnalitées qui sont énumérés si dessous.

Notes:

	Il y a plusieurs problèmes dans le travail que j'ai fait. Déjà, une séparation qui n'a pas lieu entre les courbes ( Clifford attrators ) et les fractales ( Mandelbrot ).

Fonctionnalitées:

	* Génère les fractales suivantes: Mandelbrot, Bateau en feu, Julian, Newton, Nove, Tricorn, Clifford Attractor
	* Permet de sauvagerder les images générées
	* Permet de changer le gamma
	* Permet de changer les couleurs
	* Permet le zoom
	* Permet le dézoom
	* Prend en charge l'anglais ( défaut ) et le français

Utilisation:

	Zoom: Il faut tracer un rectangle sur la zone à zoomer
	Dezoom: Juste un clic droit

Raccourcis:

	Ctrl+S: Sauvegarder
	Ctrl+Q:	Quitter

	Ctrl+G: Génération de fractale
	Ctrl+F: Génération de fractale ( courbes )
	Ctrl+Alt+P: Préférences

	Ctrl+C: Changement du gamma
	Ctrl+R: Changement des couleurs

Bugs:

	* On ne peut annuler une génération
	* La progression de la barre pour la génération est mal implémenté et peut avoir des sauts
	* Je suspecte un problème de mémoire
	* Le buddha ne se génère pas.

Amméliorations:

	* Calcul en réseau
	* Buddhabrot
	* Meilleur coloration
	* Zoom infini
	* Correction des bugs

Documentation:

	Généré par doxygen.

Licence:

Copyright (c) 2010 Alexandre Laurent 

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
