On Sunday, 30 June 2019 at 23:46:27 UTC, Murilo wrote:
Hi everyone, I am writing a tutorial teaching the basics about
multimedia programming using the arsd library. This is a
library all D programmers should have since it is very useful
and easy. In this tutorial I will teach in a fun and easy way
how to use it for GUIs, image displays, games, etc...
Here is the GitHub link:
https://github.com/MuriloMir/arsd_multimedia_tutorial
And please join the official facebook Dlang group:
https://www.facebook.com/groups/ProgrammingInD/
I really dislike that you use screenshots of code, it makes
copy-pasting impossible. There are ways to produce pdfs with
colored, copyable source code (like using RST for redaction then
rst2pdf for production, but I'm not sure it'll be the easiest for
you).