Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j-jzk/logik
A logic circuit simulator
https://github.com/j-jzk/logik
boolean-logic circuit-simulator kotlin logic-gates
Last synced: 25 days ago
JSON representation
A logic circuit simulator
- Host: GitHub
- URL: https://github.com/j-jzk/logik
- Owner: j-jzk
- License: bsd-3-clause
- Created: 2020-12-02T14:03:40.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T17:58:52.000Z (about 1 year ago)
- Last Synced: 2023-10-10T20:24:01.642Z (about 1 year ago)
- Topics: boolean-logic, circuit-simulator, kotlin, logic-gates
- Language: Kotlin
- Homepage: https://j-jzk.cz/en/projects/logik
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Logik
Logik is an easy-to-use and user-friendly **logic circuit simulator**.
It is suitable not only for creating circuit prototypes, but also for use in education.## Tutorial
For a hands-on tutorial and a quick reference, see:
- [the English documentation](https://j-jzk.cz/en/projects/logik)
- [the Czech documentation](https://j-jzk.cz/cs/projekty/logik)## Development status
The program is not under active development, but it is very much functional (it works on my machine :)). I use it sometimes for school.The internal code however leaves a lot to be desired and a large part of it would probably need to be rewritten if a bigger upgrade is needed.