1
0
Go to file
2024-01-21 19:09:07 +02:00
libs fix raygui generated bindings 2024-01-21 16:19:29 +02:00
src add tetris 2024-01-21 19:09:07 +02:00
valgrind-suppresions fix memory leaks :) 2023-12-30 13:48:27 +02:00
.gitignore fix memory leaks :) 2023-12-30 13:48:27 +02:00
.gitmodules add back raygui cloned 2024-01-21 14:30:49 +02:00
build.zig add raygui 2024-01-21 12:36:42 +02:00
build.zig.zon refactor loading model from blender 2023-12-29 19:42:12 +02:00
README.md ditch WASM support for now 2023-09-02 17:48:12 +03:00
run-valgrind.sh fix memory leaks :) 2023-12-30 13:48:27 +02:00

CHIP-8 Emulator

Techinal reference: http://devernay.free.fr/hacks/chip8/C8TECH10.HTM ROM archive: https://johnearnest.github.io/chip8Archive/ Awesome chip8: https://chip-8.github.io/

// TODO: WASM support