On Saturday, 14 October 2023 at 23:02:34 UTC, Alexander Zhirov
wrote:
Colleagues, tell me, please, is there any library on D for
drawing
[dialog](https://invisible-island.net/dialog/images/dialog.png)
boxes using the dialog library, like in Python
[pythondialog](https://pypi.org/project/pythondialog/)?
Since it's a c lib you could try either ctod, ImportC, DPP, dstep
or ohmygentool.
Or just link with it and use what you need.
There's also that cpp2d converter in Visual D you could try, but
I don't know how good it works.