You are here |
cgmathprog.home.blog | ||
| | | |
meganesulli.com
|
|
| | | | I built an interactive opcode table to help people understand the Game Boy instruction set. This post describes the project and highlights some lessons I learned along the way. | |
| | | |
riv.dev
|
|
| | | | How to write a CHIP-8 emulator. | |
| | | |
austinmorlan.com
|
|
| | | | Ive always loved emulators because they let me play old games that I enjoyed as a kid, so I thought it might be fun to learn how they work and how to build one. My real goal is to build an NES emulator, but after doing some research, I decided to take the advice of the internet and start by building an emulator for the much less complex CHIP-8 instead. Its a good stepping stone to the NES. | |
| | | |
jichu4n.com
|
|
| | Window managers are one of the core components of the modern Linux/BSD desktop. It is not an exaggeration to say that they define to a large degree our day-to-day user experience, as they are responsible for deciding how individual windows look, move around, react to input, and organize themselves.... |