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
style.h
Go to the documentation of this file.
1#pragma once
2#include <string>
3
4namespace dnf_composer
5{
6 void applyImGuiStyle(const std::string& jsonPath);
7}
Definition application.h:20
void applyImGuiStyle(const std::string &jsonPath)
Definition style.cpp:69