April 04, 2018
https://github.com/ZILtoid1991/CPUblit

I have put the rendering functions of my engine to an external library for general use in other applications where image composing is needed.

I can add functions on request, currently I'm planning more functions for drawing and higher-level functions, with no much plans on direction with the latter one other than minimizing external dependencies and avoiding the use of the garbage collector and even possibly classes.
April 04, 2018
On Wednesday, 4 April 2018 at 00:50:31 UTC, solidstate1991 wrote:
> https://github.com/ZILtoid1991/CPUblit
>
> I have put the rendering functions of my engine to an external library for general use in other applications where image composing is needed.
>
> I can add functions on request, currently I'm planning more functions for drawing and higher-level functions, with no much plans on direction with the latter one other than minimizing external dependencies and avoiding the use of the garbage collector and even possibly classes.

This is really cool and nice to see it's @nogc