LUMIERA.clone/src/lumiera/DIR_INFO
Christian Thaeter 52a9c7fb27 lumiera is alive...
This starts the proposed changes in
http://www.pipapo.org/pipawiki/Lumiera/DesignProcess/ApplicationStructure

 * Moving all necessary files from src/backend to src/lumiera
 * create a small helloworld main app
 * setup the buildsystem to build it all
 * fix include paths at many places

The testsuite is not yet fixed here, that will be the next commit
2008-12-15 13:33:03 +01:00

7 lines
144 B
Text

The main application shell
contains:
* the config system
* commandline parsing
* interfaces and plugin loading
* lua interpreter (planned)