source: cpp/README.txt @ 836

Last change on this file since 836 was 780, checked in by Maciej Komosinski, 6 years ago

Added sources for genetic encodings fB, fH, fL

  • Property svn:eol-style set to native
File size: 2.2 KB
RevLine 
[287]1_______________ Building SDK demos and test applications ________________
[109]2
[287]3make -f frams/Makefile-SDK sdk_tests
[109]4
5
[130]6Even if you don't use 'make', you can create a project for your favorite
[379]7development environment. The sources should compile under *nixes, osx,
8windows (visual C++, borland/embarcadero), cygwin, android, ios, and tizen.
[130]9
10
[119]11___________________________ Source directories __________________________
[110]12
[354]13   +- common           - general compatibility layer, utilities
[379]14   +- frams            - Framsticks modules
15      +- _demos        - SDK tests and sample applications
16      +- canvas        - neural network layouts and drawing
[354]17      +- config        - SDK elements declarations
[780]18      +- genetics      - genetic operators and converters between genetic formats
[354]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)
[780]22         +- fB         - ...for genetic format fB ("biological" encoding)
[354]23         +- fF         - ...for genetic format fF (Foraminifera encoding)
[780]24         +- fH         - ...for genetic format fH (multidimensional handles)
25         +- fL         - ...for genetic format fL (Lindenmayer systems)
[775]26         +- fn         - ...for genetic format fn (numerical optimization encoding)
[354]27         +- fT         - ...for genetic format fT (educational: ATGC sequences)
[379]28      +- loggers       - printing and redirecting logMessage() and logPrint() messages
[354]29      +- model         - body: parts, joints; brain: neurons, connections
30         +- geometry   - compute dimensions, volume, surface area
31         +- similarity - determine structural and geometric similarity
32      +- neuro         - neural network simulation
33         +- impl       - neuron classes implementations
[379]34      +- param         - C++/properties access objects
35      +- util          - Framsticks-related utilities
[354]36      +- virtfile      - object-oriented FILE* replacement
[379]37      +- vm            - virtual machine programming: FramScript grammar (lex and yacc/bison)
38          +- classes   - C++ interfaces and implementations of basic FramScript objects
Note: See TracBrowser for help on using the repository browser.