Logic-Circuit-Simulator
Logic-Circuit-Simulator copied to clipboard
A logic circuit simulator made with p5.js library.
Logic Circuit Simulator
A logic circuit simulator made with p5.js library, useful for educational use. It can be used to simulate combinational and sequential circuits.
🍴 A very nice forked repository
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.
Demo live
A live version is available here.
Usage
Demo

Set up for offline work
Prerequisites
sudo apt-get install git
Clone the repository
git clone https://github.com/drendog/Logic-Circuit-Simulator.git
Serve it on local
cd Logic-Circuit-Simulator
npx serve
:book: Reference book
Hamacher, C., Vranesic, Z., Zaky, S., & Manjikian, N. (2011). Appendix A. In Computer Organization and Embedded Systems (6th ed., p. 465). McGraw-Hill Education.
🤝 Contributing
Contributions, issues and feature requests are welcome.
:wrench: TODO
Code documentation and everything.
Author
👤 drendog