8-bit computer emulator

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • 8-bit-computer-emulator

    Emulator of my 8-bit-computer

  • This is the link to the code: https://github.com/blurpy/8-bit-computer-emulator

  • spdlog

    Fast C++ logging library.

  • As for libraries you may find interesting/useful, spdlog and fmt are becoming extremely popular (the latter was even partially adopted into C++20). I use them in pretty much every project these days. Catch2 or doctest if you have any interest in adding unit testing.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • C++ Format

    A modern formatting library

  • As for libraries you may find interesting/useful, spdlog and fmt are becoming extremely popular (the latter was even partially adopted into C++20). I use them in pretty much every project these days. Catch2 or doctest if you have any interest in adding unit testing.

  • TinyE8

    Ben Eater's 8 bit breadboard computer emulator in C++

  • here's mine, https://github.com/0xhh/TinyE8, I also built a custom assembler in Python

  • chip8

    CHIP-8 emulator (by blurpy)

  • chip8 was the first emulator I did. I have the code here, if it helps: https://github.com/blurpy/chip8

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
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