Skip to content

Instantly share code, notes, and snippets.

View RogueMacro's full-sized avatar

William Tetlie RogueMacro

  • Norway
View GitHub Profile
@RogueMacro
RogueMacro / Program.cs
Created March 24, 2021 17:00
SDL2 + ImGui example in Beeflang
using System;
using ImGui;
using SDL2;
namespace Example
{
public class Program
{
public static int Main(String[] args)
{