_______________ Building SDK demos and test applications ________________ make -f frams/Makefile-SDK sdk_tests Even if you don't use 'make', you can create a project for your favorite development environment. The sources should compile under *nixes, macos, windows (visual c++, borland/embarcadero), cygwin, android, ios, and tizen. ___________________________ Source directories __________________________ +- common - general compatibility layer, utilities +- frams - framsticks modules +- _demos - SDK test applications +- config - SDK elements declarations +- errmgr - error manager (logging/messaging) +- genetics - genetic operators and converters between formats +- f1 - ...for genetic format f1 (recurrent encoding) +- f4 - ...for genetic format f4 (developmental encoding) +- f9 - ...for genetic format f9 (3D turtle encoding) +- fF - ...for genetic format fF (Foraminifera encoding) +- fT - ...for genetic format fT (educational: ATGC sequences) +- model - parts, joints, neurons, connections +- geometry - compute dimensions, volume, surface area +- neuro - neural network simulation +- impl - neuron classes implementations +- param - c++/properties access objects +- util - framsticks-related utilities +- virtfile - object-oriented FILE* replacement +- vm +- classes - c++ interfaces for the framsticks virtual machine