Explore >> Select a destination


You are here

cgmathprog.home.blog
| | austinmorlan.com
2.5 parsecs away

Travel
| | 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.
| | meganesulli.com
4.7 parsecs away

Travel
| | 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.
| | pmig96.wordpress.com
3.5 parsecs away

Travel
| | When you see the image above, what do you think of? It is a video capture of a real TRS Color Computer (CoCo) screen.Nah, it is just a CoCo emulator, and the host HDMI output was converted to composite video just to look old. If you answered 2 you are not entirely right, and if...
| | radu-matei.com
64.4 parsecs away

Travel
| In this article we will explore how to build shared and static libraries in Go, and import them in Rust.