source: cpp/README.txt @ 779

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

Added a note on "fn" encoding to README.txt

  • Property svn:eol-style set to native
File size: 1.9 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, osx,
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 tests and sample applications
16      +- canvas        - neural network layouts and drawing
17      +- config        - SDK elements declarations
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         +- fn         - ...for genetic format fn (numerical optimization encoding)
24         +- fT         - ...for genetic format fT (educational: ATGC sequences)
25      +- loggers       - printing and redirecting logMessage() and logPrint() messages
26      +- model         - body: parts, joints; brain: neurons, connections
27         +- geometry   - compute dimensions, volume, surface area
28         +- similarity - determine structural and geometric similarity
29      +- neuro         - neural network simulation
30         +- impl       - neuron classes implementations
31      +- param         - C++/properties access objects
32      +- util          - Framsticks-related utilities
33      +- virtfile      - object-oriented FILE* replacement
34      +- vm            - virtual machine programming: FramScript grammar (lex and yacc/bison)
35          +- classes   - C++ interfaces and implementations of basic FramScript objects
36
Note: See TracBrowser for help on using the repository browser.