Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/syuilo/logica

A logic circuit simulator
https://github.com/syuilo/logica

webapp

Last synced: 9 days ago
JSON representation

A logic circuit simulator

Awesome Lists containing this project

README

        

logica
================================================================
Logica is an intuitive circuit simulator developed for education.
It is possible to simulate sequential circuits as well as simple combinational circuits.

Import / Export are now supported, so you can save your circuit and share it with others.

This project is still under construction.
If you are interested in logica, you're welcome to participate in the development of logica!

[Playground](https://syuilo.com/logica)

Run the playground in your local host
----------------------------------------------------------------
1. Clone or download this repository
2. Run `npm install` and `npm run build`
* Ensure that Node.js and npm are installed
3. Open `./built/web/index.html` in your web browser
4. That is it! Enjoy.

Good luck have fun.

License
----------------------------------------------------------------
logica is an open-source software licensed under [The MIT License](LICENSE).