Skip to content

Instantly share code, notes, and snippets.

View darkerbit's full-sized avatar

Haru Sumire darkerbit

View GitHub Profile
@thatcosmonaut
thatcosmonaut / ImGuiRenderer.cs
Created September 17, 2021 20:43
Anathema Moonworks/ImGui Renderer
// Heavily based on prime31's Nez ImGuiRenderer
// https://github.com/prime31/Nez/blob/master/Nez.ImGui/Core/ImGuiRenderer.cs
#if DEBUG
using System.Runtime.InteropServices;
using Encompass;
using ImGuiNET;
using MoonWorks.Graphics;
using Anathema.Data;
using System.Collections.Generic;