A logic circuit simulator made with p5.js library, useful for educational use. It can be used to simulate combinational and sequential circuits.
A fork of this project with additional features and improvements can be found here. I would like to thank the developer of the fork, jppellet, for his contributions.
A live version is available here.
sudo apt-get install git
git clone https://github.com/drendog/Logic-Circuit-Simulator.git
cd Logic-Circuit-Simulator
npx serve
Hamacher, C., Vranesic, Z., Zaky, S., & Manjikian, N. (2011). Appendix A. In Computer Organization and Embedded Systems (6th ed., p. 465). McGraw-Hill Education.
Contributions, issues and feature requests are welcome.
Code documentation and everything.
👤 drendog