-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add C# exporting support #4
Comments
Hey. |
Seems like the style definition should be: var style = ImGuiNET.ImGui.GetStyle(); |
You beat me to it 🙂 All other methods are provided by ImGui Now I'm just copy & paste all that inside the SubmitUI static method. The .Net implementation lack of any C# version of imgui_demo.cpp. |
And what about the function definition? Would this work? public static void SetupImGuiStyle()
{
// Soft Cherry style from ImThemes
var style = ImGuiNET.ImGui.GetStyle();
...
} |
Yes
…On Tue, Aug 16, 2022, 23:28 Patitotective ***@***.***> wrote:
And what about the function definition? Would this work?
public static void SetupImGuiStyle()
{
// Soft Cherry style from ImThemes
var style = ImGuiNET.ImGui.GetStyle();
...
}
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGXFUX2E36JYBYR4XX43O3VZQBXBANCNFSM56VZN5LA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Closing as implemented in the new v0.2.4 release. |
Great!
Really nice, thanks
Le ven. 19 août 2022 à 00:13, Patitotective ***@***.***> a
écrit :
… Closed #4 <#4> as
completed.
—
Reply to this email directly, view it on GitHub
<#4 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGXFUQXU6PY37VVW4X7UATVZ2YRFANCNFSM56VZN5LA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi,
Nice handy tool 😀
It would be nice to add a "C#" tab in the tool behind the "Get It" button.
I think the Soft Cherry theme C# code would look like this :
The text was updated successfully, but these errors were encountered: