Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/syuilo/logica
- Owner: syuilo
- License: mit
- Created: 2017-07-07T10:08:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T10:40:34.000Z (over 6 years ago)
- Last Synced: 2024-10-12T19:41:34.421Z (24 days ago)
- Topics: webapp
- Language: TypeScript
- Homepage: https://syuilo.com/logica
- Size: 332 KB
- Stars: 7
- Watchers: 5
- Forks: 2
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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).