Skip to main content
Deno 2 is finally here 🎉️
Learn more

dimgui

Port Dear ImGui to Deno.

Status

Not ready for use

Usage

# build
deno task build

# generate cimgui ffi symbols
deno task gen 
# test for window created by imgui.dll
deno task test-self 
# test for window created by dwm
deno task test-dwm