1 | ____________________ Building GDK test applications ____________________ |
---|
2 | |
---|
3 | make -f frams/Makefile-GDK gdk_tests |
---|
4 | |
---|
5 | |
---|
6 | Even 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), 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 | +- 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 - parts, joints, neurons, connections |
---|
25 | +- geometry - compute dimensions, volume, surface area |
---|
26 | +- neuro - neural network simulation |
---|
27 | +- impl - neuron classes implementations |
---|
28 | +- param - c++/properties access objects |
---|
29 | +- util - framsticks-related utilities |
---|
30 | +- virtfile - object-oriented FILE* replacement |
---|
31 | +- vm |
---|
32 | +- classes - c++ interfaces for the framsticks virtual machine |
---|
33 | |
---|