|
Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
|
#include <utility>#include "user_interface/widgets.h"#include "application/application.h"#include "user_interface/fonts/IconsFontAwesome6.h"Namespaces | |
| namespace | dnf_composer |
| namespace | dnf_composer::user_interface |
| namespace | dnf_composer::user_interface::widgets |
Functions | |
| void | dnf_composer::user_interface::widgets::renderHelpMarker (const char *desc) |
| bool | dnf_composer::user_interface::widgets::renderIconTileButton (const char *id, const char *icon, const char *label, float tile, float uiScale, ImU32 colBg, ImU32 colHover, ImU32 colActive, ImU32 colText, ImU32 colLabel) |
| bool | dnf_composer::user_interface::widgets::renderSidebarTab (const char *icon, const char *label, bool selected) |
Variables | |
| ImFont * | g_BlackLargeFont |
| ImFont * | g_BoldLargeFont |
| ImFont * | g_LargeIconsFont |
| ImFont * | g_LightMediumFont |
| ImFont * | g_MediumIconsFont |
| ImFont * | g_MediumMediumFont |
| ImFont * | g_MonoMediumFont |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |