atechip

Live Demo // GitHub

atechip screenshot

A work-in-progress CHIP-8 emulator. Passes corax89/chip8-test-rom.

Why?

I am fascinated by emulators and how they can bring video games or software lost in time back to life. I want to work on a PS3 emulator, as it is my favorite console. This is the first step in building an understanding of these complex software projects.

Embedded Systems Lab

YouTube

A combination lock implemented using an Arduino Uno, a keypad, and some LEDs.

Why?

Building stuff for embedded devices forces one to be creative with the use of available resources. I like exploring how far I can push these underpowered devices.

picomatrix

GitHub

A recreation of the digital code rain effect from the cyberpunk movie franchise “The Matrix”. It is intended for use as a computer screensaver, but please don’t, as it will fry your computer. It is very unoptimized (but still very cool).

Why?

Made for a friend ❤

warpspeed

GitHub

A simulation of flying through space at faster-than-light speeds.

Why?

I wanted to understand how to project a 3D space with X-Y-Z axes onto a 2D plane with only X-Y axes. It is yet another screensaver I made. I think I like making them.