Drawing graphics
Now that we have our window, we want to start filling it with some content. For this, we will be using a subset of the Windows API named Windows GDI.…
Now that we have our window, we want to start filling it with some content. For this, we will be using a subset of the Windows API named Windows GDI.…
For our introduction project, our goal will not be to develop a playable game. Instead, we will focus on the basics like creating a window, drawing and animating some graphics,…
This blog will be dedicated to game development, in a bit of an old-fashioned way. Most game development these days is based on some third-party engine such as Unity or…