/quilt_chip8

a chip8 emulator written in quilt

Primary LanguageCodeQL

chip8 emulator

This is a chip8 emulator written in quilt.

This was a fun weekend project to see how capable quilt is. I was able to get this working in a few hours.

brix

Quilt cannot natively draw to a screen or recieve inputs so I extended it's builtins by wrapping over macroquad.

The entire emulator is simulated within quilt, the only thing that is not is the screen and input.