Explore >> Select a destination


You are here

cgmathprog.home.blog
| | jborza.com
1.5 parsecs away

Travel
| | I got into FPGAs with the intent of building a retro-computer. A couple of popular hardware implementation targets are Gameboy, NES, RISC-V and CHIP-8. Last year Ive done my practice round with 6502 and RISC-V emulators, both in C. CHIP-8 is a really nice virtual machine implemented on a number of computers since the 1970s, initially designed to make game development easier. After building a CHIP-8 emulator a couple of days ago I thought I know a lot about the simple platform to actualy start implementin...
| | austinmorlan.com
1.9 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.
| | riv.dev
1.6 parsecs away

Travel
| | How to write a CHIP-8 emulator.
| | drew.silcock.dev
24.0 parsecs away

Travel
| A deep dive into how JavaScript handles Unicode, and what this means for string indexing.