source: cpp/README.txt @ 194

Last change on this file since 194 was 194, checked in by Maciej Komosinski, 10 years ago

Updated sources of the fT (ATGC sequences) genetic operators - useful as an educational example for developers; added genooper_test_fTest.cpp as a demo; removed outdated sources that now have new counterparts

  • Property svn:eol-style set to native
File size: 1.4 KB
Line 
1____________________ Building GDK test applications ____________________
2
3make -f frams/Makefile-GDK gdk_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), cygwin, android, ios, tizen, and bada.
9
10
11___________________________ Source directories __________________________
12
13   +- common         - general compatibility layer & utilities
14   +- frams          - framsticks modules
15      +- _demos      - GDK test applications
16      +- config      - GDK 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         +- f9       - ...for genetic format f9 (3D turtle)
21         +- fF       - ...for genetic format fF (Foraminifera)
22         +- fT       - ...for genetic format fT (educational: ATGC sequences)
23      +- model       - parts, joints, neurons, connections
24         +- geometry - compute dimensions, volume, surface area
25      +- neuro       - neural network simulation
26         +- impl     - neuron classes implementations
27      +- param       - c++/properties access objects
28      +- util        - framsticks-related utilities
29      +- virtfile    - object-oriented FILE* replacement
30      +- vm
31          +- classes - c++ interfaces for the framsticks virtual machine
32
Note: See TracBrowser for help on using the repository browser.