source: cpp/README @ 109

Last change on this file since 109 was 109, checked in by sz, 10 years ago

source reorganization (see README)
new feature added: part/joint shapes (see frams/_demos/part_shapes.cpp)

File size: 854 bytes
Line 
1=== Building GDK test applications ===
2
3make -f frams/Makefile-GDK gdk_tests
4
5=== Source locations ===
6
7  +- common          - general compatibility layer & utilities
8  +- frams           - framsticks modules
9      +- _demos      - GDK test applications
10      +- config      - GDK elements declarations
11      +- errmgr      - error manager (logging/messaging)
12      +- genetic     - genetic module
13      |  +- oper     - genetic operators
14      |  +- conv     - genetic converters
15      +- model       - parts, joints, neurons
16      +- neuro       - neural net simulation
17      |   +- impl    - neuron classes implementations
18      +- param       - c++/properties access objects
19      +- util        - framsticks-related utilities
20      +- virtfile    - object oriented FILE* replacement
21      +- vm
22          +- classes - virtual machine c++ interfaces
Note: See TracBrowser for help on using the repository browser.