____________________ Building GDK test applications ____________________

make -f frams/Makefile-GDK gdk_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), cygwin, android, ios, tizen, and bada.


___________________________ Source directories __________________________

   +- common         - general compatibility layer & utilities
   +- frams          - framsticks modules
      +- _demos      - GDK test applications
      +- config      - GDK elements declarations
      +- errmgr      - error manager (logging/messaging)
      +- genetics    - genetic operators and converters between formats
         +- f1       - ...for genetic format f1
         +- f9       - ...for genetic format f9
         +- fF       - ...for genetic format fF
      +- 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

