Skip to content

Instantly share code, notes, and snippets.

@Mr-Precise
Mr-Precise / vs_buildtools_dl_list.md
Created February 28, 2024 05:33
MSVC / VS / Buildtools download link collection list
@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"),