Skip to content

Instantly share code, notes, and snippets.

View BanditTech's full-sized avatar

Anthony Narkevicius BanditTech

  • Los Angeles, CA
View GitHub Profile
@BanditTech
BanditTech / ImGuiDockspaceExample.cpp
Last active April 26, 2023 20:24 — forked from AidanSun05/ImGuiDockspaceExample.cpp
A modified DockSpace example for Dear ImGui.NET. Changes are listed at the top of the file.
// CHANGES MADE:
// Fix fullscreen background being opaque.
// Remove helptext as I dont know howto include that in C#
// Convert most of the example to using C# syntax and functions provided with ImGui.NET
// ------------
// Added more clarifying comments inside the function.
// Removed MSVC warning C6011 - null pointer dereference.
// Fixed a slight grammar error - "This demo app only demonstrate" => "This demo app only demonstrates"
// Still Broken: