Changeset 379


Ignore:
Timestamp:
05/02/15 05:30:12 (9 years ago)
Author:
Maciej Komosinski
Message:

Updated descriptions of directory contents

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/README.txt

    r354 r379  
    55
    66Even if you don't use 'make', you can create a project for your favorite
    7 development environment. The sources should compile under *nixes, macos,
    8 windows (visual c++, borland/embarcadero), cygwin, android, ios, and tizen.
     7development environment. The sources should compile under *nixes, osx,
     8windows (visual C++, borland/embarcadero), cygwin, android, ios, and tizen.
    99
    1010
     
    1212
    1313   +- common           - general compatibility layer, utilities
    14    +- frams            - framsticks modules
    15       +- _demos        - SDK test applications
     14   +- frams            - Framsticks modules
     15      +- _demos        - SDK tests and sample applications
     16      +- canvas        - neural network layouts and drawing
    1617      +- config        - SDK elements declarations
    17       +- errmgr        - error manager (logging/messaging)
    1818      +- genetics      - genetic operators and converters between formats
    1919         +- f1         - ...for genetic format f1 (recurrent encoding)
     
    2222         +- fF         - ...for genetic format fF (Foraminifera encoding)
    2323         +- fT         - ...for genetic format fT (educational: ATGC sequences)
     24      +- loggers       - printing and redirecting logMessage() and logPrint() messages
    2425      +- model         - body: parts, joints; brain: neurons, connections
    2526         +- geometry   - compute dimensions, volume, surface area
     
    2728      +- neuro         - neural network simulation
    2829         +- impl       - neuron classes implementations
    29       +- param         - c++/properties access objects
    30       +- util          - framsticks-related utilities
     30      +- param         - C++/properties access objects
     31      +- util          - Framsticks-related utilities
    3132      +- virtfile      - object-oriented FILE* replacement
    32       +- vm
    33           +- classes   - c++ interfaces for the framsticks virtual machine
     33      +- vm            - virtual machine programming: FramScript grammar (lex and yacc/bison)
     34          +- classes   - C++ interfaces and implementations of basic FramScript objects
    3435
Note: See TracChangeset for help on using the changeset viewer.