|
Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
|
Classes | |
| class | Card |
Functions | |
| bool | BeginHorizontal (const void *id=nullptr, float spacing=0.0f) |
| bool | BeginVertical (const void *id=nullptr, float spacing=0.0f) |
| void | EndHorizontal () |
| void | EndVertical () |
| void | renderHelpMarker (const char *desc) |
| bool | 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 | renderSidebarTab (const char *icon, const char *label, bool selected) |
| void | Spring (float weight=1.0f, const float spacing=0.0f) |
|
inline |
|
inline |
|
inline |
|
inline |
| 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 | ||
| ) |
|
inline |