Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations | Variables
simulation_window.h File Reference
#include <algorithm>
#include <cmath>
#include <imgui-platform-kit/user_interface_window.h>
#include "simulation/simulation.h"
#include "elements/element_factory.h"
#include "application/application.h"
#include "user_interface/widgets.h"
#include "user_interface/fonts/IconsFontAwesome6.h"
Include dependency graph for simulation_window.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dnf_composer::user_interface::SimulationWindow
 

Namespaces

namespace  dnf_composer
 
namespace  dnf_composer::user_interface
 

Enumerations

enum  CharSize : size_t { CHAR_SIZE = 50 }
 

Variables

ImFont * g_BlackLargeFont
 
ImFont * g_BlackMediumFont
 
ImFont * g_MediumIconsFont
 

Enumeration Type Documentation

◆ CharSize

enum CharSize : size_t
Enumerator
CHAR_SIZE 

Variable Documentation

◆ g_BlackLargeFont

ImFont* g_BlackLargeFont
extern

◆ g_BlackMediumFont

ImFont* g_BlackMediumFont
extern

◆ g_MediumIconsFont

ImFont* g_MediumIconsFont
extern