Library for image editing and text insertion

Adam D Ruppe destructionator at gmail.com
Wed Apr 27 18:29:48 UTC 2022


On Wednesday, 27 April 2022 at 17:07:54 UTC, matheus wrote:
> I know about Adam Ruppe's work, I already used his terminal.d, 
> but I think that unfortunately most people don't and I think it 
> should be announced more in these parts.

tbh sometimes i just don't feel like answering messages. even 
this one, i was like "i can do that easily, but do i want to 
support another user?"

but meh i had a few mins to kill anyway

> For me arsd is for D what stb is for C.

Note that a few of those modules are stb ports over to D.

I wrote the png and bmp modules myself, for example, but the jpeg 
is a port from C (that port done by ketmar on irc) and the ttf 
one is stb_ttf ported to D then with a little wrapper struct 
pasted on top.

One thing I'm kinda proud of though is my OperatingSystemFont 
class in simpledisplay which can load a font and then pass it 
into the ttf thing and/or the nanovega module for all kinds of 
custom effects. You don't necessarily have to package your own 
ttf files!


More information about the Digitalmars-d-learn mailing list