I finally got Pokemon playable on my cli emulator! Time to relive my childhood.

This page summarizes the projects mentioned and recommended in the original post on /r/EmuDev

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Mimic

    A Gameboy emulator written in Rust (by jawline)

    https://github.com/jawline/Mimic/blob/master/src/terminal.rs code is available here, I use a Rust version of drawille to draw the framebuffer into braille and estimate colours for each braille segment. The terminal runs in raw mode on the alternate screen though I refresh at less than the full framerate to avoid terminal flashing (maybe this can be helped by better buffering, I'm not sure).

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. drawille

    Pixel graphics in terminal with unicode braille characters

    Not OP, but for the folks asking the rendering is likely some version of https://github.com/asciimoo/drawille/.

  4. CHIP-9

    A CHIP-8 emulator written in Rust

    https://github.com/jawline/CHIP-9 <- this is my one.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Mimic: A gameboy emulator in Rust that you can play from the command line

    1 project | news.ycombinator.com | 3 Oct 2021
  • GB Pokemon Red freeze at Prof Oak new game screen

    1 project | /r/EmuDev | 28 Sep 2021
  • Odd visual artifacting in the Mario top text

    1 project | /r/EmuDev | 15 Sep 2021
  • Finished building a working Game Boy Color emulator using Rust and WebAssembly 🎮🕹️

    1 project | /r/rust | 23 Jun 2023
  • Finished building a working Game Boy Color emulator using Rust and WebAssembly 🎮🕹️

    1 project | /r/rust | 22 Jun 2023

Did you know that Rust is
the 5th most popular programming language
based on number of references?