Skip to content

lukaasm/ImFluent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImFluent

A Dear ImGui wrapper for providing widgets that adhere to Microsoft Fluent 2 design system.

A built-in ImFluent::ShowDemoWindow() reproduces the WinUI 3 Gallery shell with one demo page per control.

Use

#include "imfluent.h"

ImFluent::SetThemePreset(ImFluentThemePreset_Dark);

if (ImFluent::AccentButton("Sign in")) { /* ... */ }

static bool wifi = true;
ImFluent::ToggleSwitch("Wi-Fi", &wifi);

ImFluent::ShowDemoWindow();

Define IMFLUENT_DISABLE_DEMO_WINDOWS to compile out the demo.

image image image image image image image

License

MIT — see LICENSE.txt.

About

A Dear ImGui wrapper for providing widgets that adhere to Microsoft Fluent 2 design system.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors