godot-math v0.05

Guillaume Piolat first.nam_e at gmail.com
Tue Jan 6 15:25:41 UTC 2026


On Tuesday, 6 January 2026 at 14:23:14 UTC, Kapendev wrote:
> On Tuesday, 6 January 2026 at 14:08:20 UTC, Guillaume Piolat 
> wrote:
>> The `godot-math` package is a port of Godot's math to D.
>
> Looks nice. Could be added to awesome-d.
> Btw, what is numem used for? I get the C runtime part.

Here `numem` is used just for some metaprogramming stuff.

It's a pretty useful library anyway to make the D runtime a 
[late-binding 
decision](https://dplug.org/public/tutorials/Dplug%20Tutorials%2023%20-%20Moving%20to%20numem.pdf), but technically the meta-stuff _could_ be copied to godot-math. Since we're probably going to used other numem-based packages it won't cost much in the end.


More information about the Digitalmars-d mailing list