sandbox_tmp.py 110 B

123456
  1. from imgui_bundle import imgui, hello_imgui
  2. def gui():
  3. imgui.text("Hello, world!")
  4. hello_imgui.run(gui)