Joka: A Simple Nogc Utility Library (WIP)

Jeremy Baxter jeremy at baxters.nz
Thu Aug 8 01:09:44 UTC 2024


Kapendev via Digitalmars-d-announce <digitalmars-d-announce at puremagic.com> writes:
> Hi!
>
> I've just released a utility library that offers a range of data
> structures and functions designed to work without relying on garbage
> collection. Additionally, it supports WebAssembly and has been tested
> with Emscripten, which is a nice thing.

Awesome that sounds great! A friend of mine is trying to set D up with
WebAssembly, I'll be sure to share this with him.

> I've been developing games using the D programming language for a
> while now. Previously, this library was part of a larger collection of
> smaller gamedev libraries I was working on. I’ve decided to spin it
> off into its own project to make it more accessible and easier for
> others to use.

Thanks! Are you doing game development in the browser using WASM or
just more general low level stuff?

 ~Jeremy



More information about the Digitalmars-d-announce mailing list