ddui 0.1.0
BetterC Immediate-mode UI library
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
This package provides sub packages which can be used individually:
ddui:demo - Example DDUI demo using SDL2
ddui:demo_app - Full-window DDUI demo using SDL2
ddui:skeleton - Minimal DDUI skeleton using SDL2 + OpenGL ES 2.0
ddui, Immediate Mode UI
ddui is a BetterC-compatible Immediate Mode User Interface.
This is a D port of rxi/microui after being angry at my Imgui/Nuklear bindings not working. I'd like to personally thank rxi for making microui and Mike Parker for bindbc-opengl and bindbc-sdl.
Like the original, the library does not do any rendering of its own, but contains commands to draw text, shapes, and icons originating from the library that needs to be implemented in your application in order to work.
Features
- BetterC compatibility.
- Index-based command stack buffer.
- Demo: Fixed host window resizing (clipping).
Roadmap
- Embedded documentation.
- Improve string handling.
- Maybe introduce string_t, at least reduce dependency on strlen.
- Textbox input navigation.
Examples
There are two examples: demo (multi-embedded windows) and demo_app (full window).
Both use SDL2 dynamic packages, which you will need on your system.
On Windows, place sdl2.dll in the same directory.
Both have gl11 (OpenGL 1.1, default) and gl33 (OpenGL 3.3) configurations.
Running the demo example: dub :demo -c gl33 --compiler=ldc2
Both demos have these options:
--debug: Show debug information on screen (demoonly)--vsync: Force vsync on (this is the default)--no-vsync: Force vsync off--adaptive-vsync: Use adaptive vsync
- 0.1.0 released 23 days ago
- dd86k/ddui
- BSD-3-Clause
- Copyright © 2022, dd86k <[email protected]>
- Authors:
- Sub packages:
- ddui:demo, ddui:demo_app, ddui:skeleton
- Dependencies:
- none
- Versions:
-
Show all 5 versions0.1.0 2026-Apr-06 0.0.3 2026-Feb-17 0.0.2 2022-Nov-06 0.0.1 2022-Oct-08 ~master 2026-Apr-06 - Download Stats:
-
-
0 downloads today
-
1 downloads this week
-
5 downloads this month
-
38 downloads total
-
- Score:
- 1.7
- Short URL:
- ddui.dub.pm