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
Line 
1____________________ Building GDK test applications ____________________
2
3make -f frams/Makefile-GDK gdk_tests
4
5
6___________________________ Source directories __________________________
7
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)
13      +- genetics    - genetic operators and converters between formats
14      |  +- f1       - ...for genetic format f1
15      |  +- f9       - ...for genetic format f9
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
21      +- virtfile    - object-oriented FILE* replacement
22      +- vm
23          +- classes - c++ interfaces for the framsticks virtual machine
24
Note: See TracBrowser for help on using the repository browser.