Skip to content

Instantly share code, notes, and snippets.

View mellinoe's full-sized avatar

Eric Mellino mellinoe

View GitHub Profile
@mellinoe
mellinoe / complete-imgui-example.cs
Created May 12, 2019 18:40
A complete example using Veldrid.ImGui
using ImGuiNET;
using Veldrid;
using Veldrid.StartupUtilities;
class Program
{
static void Main(string[] args)
{
VeldridStartup.CreateWindowAndGraphicsDevice(
new WindowCreateInfo(100, 100, 1280, 720, Veldrid.WindowState.Normal, "ImGui Example"),