source: cpp/README.txt @ 119

Last change on this file since 119 was 119, checked in by Maciej Komosinski, 10 years ago

reorganization of genetic sources (makefiles not updated yet)

File size: 1005 bytes
RevLine 
[119]1____________________ Building GDK test applications ____________________
[109]2
3make -f frams/Makefile-GDK gdk_tests
4
5
[119]6___________________________ Source directories __________________________
[110]7
[109]8  +- common          - general compatibility layer & utilities
9  +- frams           - framsticks modules
10      +- _demos      - GDK test applications
11      +- config      - GDK elements declarations
12      +- errmgr      - error manager (logging/messaging)
[119]13      +- genetics    - genetic operators and converters between formats
14      |  +- f1       - ...for genetic format f1
15      |  +- f9       - ...for genetic format f9
[109]16      +- model       - parts, joints, neurons
17      +- neuro       - neural net simulation
18      |   +- impl    - neuron classes implementations
19      +- param       - c++/properties access objects
20      +- util        - framsticks-related utilities
[110]21      +- virtfile    - object-oriented FILE* replacement
[109]22      +- vm
[110]23          +- classes - c++ interfaces for the framsticks virtual machine
24
Note: See TracBrowser for help on using the repository browser.