37 lines
1.2 KiB
Text
37 lines
1.2 KiB
Text
////
|
|
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
|
|
|
|
[icon="warning.png"]
|
|
WARNING: Website under construction
|
|
|
|
This documentation section contains technical documentation about Lumiera.
|
|
|
|
=== Three Layers
|
|
The technical documentation is split in three parts, one for each of the three main layers of Lumiera.
|
|
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.
|