Beginning multimedia programming
In this tutorial I will do my best to teach you how to create multimedia software the easiest and fastest way possible. In this tutorial I will show you how to create a window, display images and set the window to receive input from the mouse and keyboard. Keep in mind that I will write starting from the premise that you already know a good amount of programming and also that you know well the syntax of D. This tutorial is for multimedia beginners, not D beginners and certainly not programming beginners. Here we go. First you need to download the multimedia library into your project's folder. This library is awesome because it does not require a package manager, you can use it as if it were nothing but a module, just import it into your source code, nothing more. And it is very rich in features, I use it for everything. It was created by an American developer named Adam Ruppe. It can be downloaded from the link https://drive.google.com/file/d/1Nz59Oqh4nymdUWsljo999FuGysaViMj9/view?...