Difference between revisions of "Fraqtive"

From MiMec
Jump to: navigation, search
m
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<b>Fraqtive</b> is an open source, multi-platform <b>generator of the Mandelbrot family fractals</b>. See http://fraqtive.mimec.org for more information.
+
__NOEDITSECTION__
 +
<b>Fraqtive</b> is an open source, multi-platform generator of the Mandelbrot family fractals. See http://fraqtive.mimec.org for more information.
  
The purpose of this wiki is to gather information together for developers and advanced users of Fraqtive. It doesn't contain much information now but it will be extended as the program evolves.
+
The purpose of this Wiki is to gather technical documentation for Fraqtive.
 
 
== General Information ==
 
  
 +
{| width="100%" cellpadding="10"
 +
| width="50%" |
 +
=== General Information ===
 +
| width="50%" |
 +
=== Specifications ===
 +
|-
 +
| valign="top" |
 
;[[/Roadmap|Roadmap]] : list of implemented and planned features
 
;[[/Roadmap|Roadmap]] : list of implemented and planned features
 
;[[/SVN Repository|SVN Repository]] : information about accessing the SVN code repository
 
;[[/SVN Repository|SVN Repository]] : information about accessing the SVN code repository
 
+
| valign="top" |
== Technical Documentation ==
 
 
 
 
;[[/Generator Core|Generator Core]] : description of the generator core which is the most complex and advanced part of the code
 
;[[/Generator Core|Generator Core]] : description of the generator core which is the most complex and advanced part of the code
 +
|}

Revision as of 11:51, 9 July 2010

Fraqtive is an open source, multi-platform generator of the Mandelbrot family fractals. See http://fraqtive.mimec.org for more information.

The purpose of this Wiki is to gather technical documentation for Fraqtive.

General Information

Specifications

Roadmap 
list of implemented and planned features
SVN Repository 
information about accessing the SVN code repository
Generator Core 
description of the generator core which is the most complex and advanced part of the code