nathanielfernandes / quilt_chip8

a chip8 emulator written in quilt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

a chip8 emulator written in quilt


Languages

Language:CodeQL 60.8%Language:Rust 39.2%