Posts

Beginning multimedia programming

Image
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?...

The path of the programmer

Image
Hello my dear reader, I have written this text because I have seen many people struggling to learn programming simply because they did not know how to study it and also because I often see teachers teaching it in a way I consider very wrong and difficult to understand. If you want to be a programmer then first you need to understand some things: 1- It takes years of dedication to become a programmer, so you will need patience. 2- Programming is an art and in order to be a programmer you need to be an artist, so only choose to become a programmer if you really like it. 3- Programming is difficult, it requires some understanding of math, logic, algorithms, hardware and electronics, so you have to be a nerd before being a programmer. 4- Just like anything else, in the beginning it will seem super difficult and you will feel totally lost, but don't feel intimidated, as the months pass you will build up your understanding and things will start making sense until you reach a point at whi...