Pikuma
https://pikuma.com/blog (RSS)
The PlayStation has some unorthodox methods for generating 3D graphics. This article explains how PS1 graphics work & covers some important visual artefacts that are associated with Sony's console.
Jungle music was found in countless games from the early 90s. This article goes over what jungle is, where it comes from, and why it was the perfect match for PlayStation & Nintendo 64 games.
Even though we often hear terms like L1, L2, cache block size, etc., most programmers have a limited understanding of what cache really is. This is a beginner-friendly primer on how cache works.
The history of Vi & Vim goes hand in hand with the history of open-source software. This article looks at the historical events that shaped the evolution of these text editors.
Let's review the most important math topics used by game devs, reflect about math education, and discuss techniques that can be used to improve the way we learn new math topics.
Isometric games are extremely popular. Let's learn the theory behind isometric projection and how it is used by gamedevs to write isometric-looking games.
Physics simulation in games is a super vast and interesting topic! This article explores how Verlet integration can be used to simulate 2D cloth physics with JavaScript and C++.
As game developers, we can learn a lot from the past. Let's look at the history of game consoles to understand the driving forces that helped shape the modern gamedev technologies we use today.
MS-DOS game programmers had to deal with several limitations. This article goes over some of these obstacles and explores how we used the DOS/4GW extender & protected mode to unleash the power of 32-bit DOS.
Ah, the question that fuels passionate discussions everytime we start a new gamedev project. Should we code a game engine from scratch, or should we simply use a commercial one?
So you want to learn more about game engines and write one yourself? That's great news! Here are some of my suggestions of C++ libraries and dependencies to help you get the job done.