|
Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
|
#include <string>#include <vector>#include <fstream>Go to the source code of this file.
Classes | |
| class | dnf_composer::SimulationRecorder |
| Manages ongoing time-series recordings and snapshot exports of element component data for a simulation. More... | |
Namespaces | |
| namespace | dnf_composer |
Enumerations | |
| enum class | dnf_composer::RecordingIntervalUnit { dnf_composer::RecordingIntervalUnit::Ticks , dnf_composer::RecordingIntervalUnit::Milliseconds } |
| Unit for the recording sample interval. More... | |