|
Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
|
#include "user_interface/field_metrics_window.h"#include <algorithm>#include <cstdio>#include "elements/neural_field.h"#include "elements/neural_field_2d.h"#include "user_interface/fonts/IconsFontAwesome6.h"Namespaces | |
| namespace | dnf_composer |
| namespace | dnf_composer::user_interface |
Variables | |
| ImFont * | g_MonoMediumFont |
| static constexpr float | dnf_composer::user_interface::kBarH = 6.0f |
| static constexpr ImVec4 | dnf_composer::user_interface::kCardBg = { 1.0f, 1.0f, 1.0f, 1.0f } |
| static constexpr ImVec4 | dnf_composer::user_interface::kCardBorder = { 0.82f, 0.85f, 0.89f, 1.0f } |
| static constexpr float | dnf_composer::user_interface::kCardBordSz = 1.5f |
| static constexpr float | dnf_composer::user_interface::kCardRound = 8.0f |
| static constexpr float | dnf_composer::user_interface::kDotR = 5.0f |
|
extern |