drendog / Logic-Circuit-Simulator

A logic circuit simulator made with p5.js library.

Home Page:https://drendog.github.io/Logic-Circuit-Simulator/

Repository from Github https://github.comdrendog/Logic-Circuit-SimulatorRepository from Github https://github.comdrendog/Logic-Circuit-Simulator

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

demo gif animation

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

πŸ“– 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.

πŸ”§ TODO

Code documentation and everything.

Author

πŸ‘€ drendog

License

MIT

About

A logic circuit simulator made with p5.js library.

https://drendog.github.io/Logic-Circuit-Simulator/

License:MIT License


Languages

Language:JavaScript 85.4%Language:HTML 14.2%Language:CSS 0.4%