C++

BADdft2

A class for creating networks of dynamic fields. Parameters for fields and connections (kernels), as well as the actual structure of the network are passed using configuration files based on the class libconfig++. Inside the links below there are sample configuration files and a testing code that can be compiled using CMake.

Linux32Linux32Linux32

BADgui2

A graphical user interface for configuration and visualization of dynamic field networks. You'll have to install the OpenGL and the Qt libraries before running these binaries. Do NOT forget to: include the path to the BADdft2 and the Qt libraries in $LD_LIBRARY_PATH (Linux) or in $DYLD_LIBRARY_PATH (MacOSX). Right-click and "Save link as..." whatever and wherever you want, then make this binary executable:

chmod +x [name.of.binary]

Linux32Linux32Linux32

This GUI has still a lot of work to be done, and a lot of bugs to be fixed. Any help would be very much appreciated. Sources to this GUI can be downloaded from this repository or just using the following line:

$ hg clone https://bitbucket.org/apollo74/badgui2 badGUI2