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
Namespaces | Functions | Variables
style.cpp File Reference
#include "application/style.h"
#include "exceptions/exception.h"
#include <nlohmann/json.hpp>
#include <imgui.h>
#include <fstream>
#include <unordered_map>
Include dependency graph for style.cpp:

Namespaces

namespace  dnf_composer
 

Functions

void dnf_composer::applyImGuiStyle (const std::string &jsonPath)
 
static ImVec2 dnf_composer::toVec2 (const nlohmann::json &j)
 
static ImVec4 dnf_composer::toVec4 (const nlohmann::json &j)
 

Variables

static const std::unordered_map< std::string, ImGuiCol > dnf_composer::kColorIndex