You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -386,7 +389,7 @@ Most documents and links are collected from the [D forum](https://forum.dlang.or
386
389
387
390
*[giD](https://github.com/Kymorphia/gid) - GObject Introspection D Package Repository.
388
391
*[Fluid](https://git.samerion.com/Samerion/Fluid) - A declarative cross-platform user interface library for D.
389
-
*[minigui](https://github.com/adamdruppe/arsd/blob/master/minigui.d) - A smallish GUI widget library, aiming to be on par with at least HTML4 forms and a few other expected gui components.
392
+
*[minigui](https://arsd-official.dpldocs.info/arsd.minigui.html) - A smallish GUI widget library, aiming to be on par with at least HTML4 forms and a few other expected gui components. It's part of the [arsd libraries](https://github.com/adamdruppe/arsd/blob/master/minigui.d).
390
393
*[DLangUI](https://github.com/buggins/dlangui) - Cross Platform GUI for D programming language. My personal favorite, because it is written in D(not a binding), and is cross platform. DLangUI also has a good showcase in the IDE [DLangIDE](https://github.com/buggins/dlangide).
391
394
*[microui-d](https://github.com/Kapendev/microui-d) - A tiny immediate-mode UI library.
392
395
*[GtkD](https://github.com/gtkd-developers/GtkD) - GtkD is a D binding and OO wrapper of GTK+. GtkD is actively maintained and is currently the most stable GUI lib for D.
@@ -452,6 +455,8 @@ Most documents and links are collected from the [D forum](https://forum.dlang.or
452
455
*D libraries for game development.*
453
456
454
457
*[InMath](https://github.com/Inochi2D/inmath) - Games math library for D.
458
+
*[godot-math](https://github.com/AuburnSounds/godot-math) - A D port of Godot's linear algebra with unchanged semantics.
459
+
*[text-mode](https://github.com/AuburnSounds/text-mode) - Virtual text mode with 8x8 Unicode font and markup language.
0 commit comments