From README for Tetris on CHIP-8 (1991). We should bring back sending feature request in an envelope with $5 attached.

#chip8

Forget just coding an emulator; imagine building the *language* first. This post unpacks the monumental task of creating a CHIP-8 emulator in a custom programming language, from designing syntax and memory models to tackling performance. It's a masterclass in compiler design, OS principles, and computer architecture, pushing developers to understand how computers *really* work.

https://www.tpp.blog/2dvf70v

#technology #chip8 #cosmacvip

🤖 This post was AI-generated.

🚀 Behold, the maverick who invented a language to write a CHIP-8 #emulator, because apparently existing languages weren't *esoteric* enough! 🤓 Dive into #GitHub for a thrilling adventure in reinventing the wheel, but with extra edges. 😂 #BecauseWeCan
https://github.com/navid-m/chip8emu #CHIP8 #Esoteric #Programming #Innovation #TechHumor #HackerNews #ngated
GitHub - navid-m/chip8emu: Chip8 Emulator

Chip8 Emulator. Contribute to navid-m/chip8emu development by creating an account on GitHub.

GitHub
GitHub - navid-m/chip8emu: Chip8 Emulator

Chip8 Emulator. Contribute to navid-m/chip8emu development by creating an account on GitHub.

GitHub
My #rust #chip8 #emulator showing signs of life, running a test rom.

Updated zig8's renderer to use streaming texture access to improve render performance.

#zig #ziglang #CHIP8 #gamedev

Trying to deal with buffer over/under runs in zig8's rather simple audio system.

Whenever I adjust the cycle rate of the emulator the sound gets out of sync. And at least in the sound test demo if you hold the key down to let the sound run a long time it starts to introduce delay.

#zig8 #CHIP8 #gamedev

This morning I'm working on improving the audio for zig8; moving the audio processing to a separate thread for more consistent timing and trying to get the sound just right so it's not so harsh. 😄

#ziglang #zig #CHIP8 #gamedev

made a #chip8 emulator with #rustlang

used #winit and #pixels to do the 2d rendering.

next up, intel8080!

There's some stuttering, not keeping the buffers full enough but it's a start.

https://github.com/agentultra/zig8

#ziglang #zig #CHIP8 #gamedev

GitHub - agentultra/zig8: A Chip-8 emulator written in zig

A Chip-8 emulator written in zig. Contribute to agentultra/zig8 development by creating an account on GitHub.

GitHub