Skip to content

polklabs/Project-Bit

Repository files navigation

Project-Bit - A Logic Circuit Simulator

The goal of this project is to create a logic simulator that is accurate enough to build a working 8 bit computer that runs in near realtime. The components available in the simulator should be similar to components you would be able to buy in real life.

More information can be found here

Inspired By

https://eater.net/8bit

Limitations

  1. Does not simulate - voltage, resistance, current
  2. Ignores gate propagation delay
  3. Application runs at 60fps, any updates faster than that may not function properly
  4. Gates and Chips are ideal aproximations and will most likely behave differently in real life

Components

Gates

The basic building blocks (And, Or, Xor...)

Chips

Logic grouping made up of gates and or other chips

Components

Contains chips/gates or custom logic

Credit

If you use any significant portion of the code in this project please give me credit