Skip to content

Instantly share code, notes, and snippets.

View moolicc's full-sized avatar
🤠
Howdy!

Joel moolicc

🤠
Howdy!
View GitHub Profile
@moolicc
moolicc / Game1.cs
Last active January 8, 2019 15:28 — forked from Jjagg/Game1.cs
MonoGame backend sample for ImGui.NET (https://github.com/mellinoe/ImGui.NET)
using System;
using System.Runtime.InteropServices;
using ImGuiNET;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Input;
using Vector2 = ImGuiNET.Vector2;
using Vector3 = ImGuiNET.Vector3;
using Vector4 = ImGuiNET.Vector4;