source: cpp/README.txt @ 113

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

reorganization of sources

File size: 896 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      +- genetic     - genetic module
14      |  +- oper     - genetic operators and GenoFX
15      |  +- conv     - genetic converters
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.