8000 GitHub - theyamo/dimgui: imgui wrapper for D language
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

theyamo/dimgui

Repository files navigation

dimgui - imgui wrapper for D

Currently supports imgui version 1.62

Possible reasons to use this instead of derelictimgui/cimgui:

  • Slightly more performant - no indirection for most common function calls
  • Supports D namespacing; every common imgui call is prefixed with ImGui.* Allows conveniently to use "with(ImGui)" when writing masses of calls
  • Allows (in fact, only supports) static linking of imgui into your executable

Usage:

  • Include dimgui.d into your build
  • Link against imgui v1.62

About

imgui wrapper for D language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0