source: cpp/README.txt @ 375

Last change on this file since 375 was 354, checked in by Maciej Komosinski, 9 years ago

Summarized contents of new "similarity" subdirectory

  • Property svn:eol-style set to native
File size: 1.7 KB
Line 
1_______________ Building SDK demos and test applications ________________
2
3make -f frams/Makefile-SDK sdk_tests
4
5
6Even if you don't use 'make', you can create a project for your favorite
7development environment. The sources should compile under *nixes, macos,
8windows (visual c++, borland/embarcadero), cygwin, android, ios, and tizen.
9
10
11___________________________ Source directories __________________________
12
13   +- common           - general compatibility layer, utilities
14   +- frams            - framsticks modules
15      +- _demos        - SDK test applications
16      +- config        - SDK elements declarations
17      +- errmgr        - error manager (logging/messaging)
18      +- genetics      - genetic operators and converters between formats
19         +- f1         - ...for genetic format f1 (recurrent encoding)
20         +- f4         - ...for genetic format f4 (developmental encoding)
21         +- f9         - ...for genetic format f9 (3D turtle encoding)
22         +- fF         - ...for genetic format fF (Foraminifera encoding)
23         +- fT         - ...for genetic format fT (educational: ATGC sequences)
24      +- model         - body: parts, joints; brain: neurons, connections
25         +- geometry   - compute dimensions, volume, surface area
26         +- similarity - determine structural and geometric similarity
27      +- neuro         - neural network simulation
28         +- impl       - neuron classes implementations
29      +- param         - c++/properties access objects
30      +- util          - framsticks-related utilities
31      +- virtfile      - object-oriented FILE* replacement
32      +- vm
33          +- classes   - c++ interfaces for the framsticks virtual machine
34
Note: See TracBrowser for help on using the repository browser.