LUMIERA.clone/doc/technical/index.txt

43 lines
1.3 KiB
Text
Raw Normal View History

////
Technote Documentation
======================
* link:http://www.lumiera.org/doxy/[Doxygen generated documentation]
* link:gui/index.html[GUI-Layer]
* link:proc/index.html[Proc-Layer]
* link:backend/index.html[Backend]
* link:build/index.html[Buildsystem]
[icon="warning.png"]
WARNING: Website under construction
////
== Technical Documentation
This documentation section contains technical documentation about Lumiera.
To get an overview of all the internals and components, you might want to read
link:innerCore/the_inner_core.html[Lumiera the Inner Core]
=== Three Layers
The technical documentation is split in three parts, one for each of the three main layers of Lumiera.
2010-11-18 22:32:49 +01:00
You may want to read the link:../design/index.html[Design Documents] first to get an overview of all the components.
* link:gui/index.html[*Graphical User Interface*] : Documents about the default GTK GUI that comes with Lumiera.
* link:proc/index.html[*Processing layer*]
* link:backend/index.html[*Backend system*]
=== Tools
.Development
* link:http://www.lumiera.org/doxy/[*Doxygen generated documentation*] : Complete reference for the code of Lumiera.
.Building
* link:build/index.html[*Buildsystem*] : Installation & compilation tools, dependencies and packaging.
[icon="warning.png"]
WARNING: Website under construction