Skip to content

Commit 4dee0b3

Browse files
committed
Text-mode, godot-math, and small fix.
1 parent a447b1e commit 4dee0b3

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Most documents and links are collected from the [D forum](https://forum.dlang.or
3030
* Continuous Integration
3131
* [GitHub Actions](#github-actions)
3232
* [Testing Frameworks](#testing-frameworks)
33-
* Compiler for Other Languages
34-
* [Javascript](#javascript)
33+
* Languages
34+
* [Programming Languages](#programming-languages)
3535
* OS
3636
* [Operating Systems](#operating-systems)
3737
* [Bare Metal / Kernel Development](#bare-metal--kernel-development)
@@ -260,13 +260,16 @@ Most documents and links are collected from the [D forum](https://forum.dlang.or
260260
* [silly](https://gitlab.com/AntonMeep/silly) - Better test runner for the D programming language. No nonsense.
261261
* [fluent-asserts](https://github.com/gedaiu/fluent-asserts) - Fluent assertion framework with expressive syntax and detailed error messages.
262262

263-
## Javascript
263+
## Programming Languages
264+
265+
*Programming languages written in D.*
264266

265267
* [higgs](https://github.com/higgsjs/Higgs) - Higgs JavaScript Virtual Machine, implemented in D.
266268
* [Glang](https://github.com/pouyathe/glang) - Interpreter for G programming language.
269+
267270
## Operating Systems
268271

269-
*Operating Systems written in D.*
272+
*Operating systems written in D.*
270273

271274
* [PowerNex](https://github.com/PowerNex/PowerNex) - A kernel written in D
272275
* [SerpentOS](https://gitlab.com/serpent-os) - Snek factory
@@ -386,7 +389,7 @@ Most documents and links are collected from the [D forum](https://forum.dlang.or
386389

387390
* [giD](https://github.com/Kymorphia/gid) - GObject Introspection D Package Repository.
388391
* [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).
390393
* [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).
391394
* [microui-d](https://github.com/Kapendev/microui-d) - A tiny immediate-mode UI library.
392395
* [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
452455
*D libraries for game development.*
453456

454457
* [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.
455460

456461
*Libraries for 2D-related projects.*
457462

0 commit comments

Comments
 (0)