Difference between revisions of "Fraqtive"

From MiMec
Jump to: navigation, search
 
(6 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 https://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
+
;[[/Code Repository|Code Repository]] : information about accessing the 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
 +
|}

Latest revision as of 13:39, 9 March 2018

Fraqtive is an open source, multi-platform generator of the Mandelbrot family fractals. See https://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
Code Repository 
information about accessing the code repository
Generator Core 
description of the generator core which is the most complex and advanced part of the code