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
node_widgets.h
Go to the documentation of this file.
1#pragma once
2#include <imgui.h>
3#include "drawing.h"
4
5namespace ax {
6namespace Widgets {
7
9
10void Icon(const ImVec2& size, IconType type, bool filled, const ImVec4& color = ImVec4(1, 1, 1, 1), const ImVec4& innerColor = ImVec4(0, 0, 0, 0));
11
12} // namespace Widgets
13} // namespace ax
IconType
Definition drawing.h:7
void Icon(const ImVec2 &size, IconType type, bool filled, const ImVec4 &color=ImVec4(1, 1, 1, 1), const ImVec4 &innerColor=ImVec4(0, 0, 0, 0))
Definition node_widgets.cpp:5
Definition builders.h:19