https://github.com/demindiro/logimu
Logic circuit builder & simulator (mirror of https://git.sr.ht/~demindiro/logimu)
https://github.com/demindiro/logimu
Last synced: about 1 year ago
JSON representation
Logic circuit builder & simulator (mirror of https://git.sr.ht/~demindiro/logimu)
- Host: GitHub
- URL: https://github.com/demindiro/logimu
- Owner: Demindiro
- License: agpl-3.0
- Created: 2021-10-29T21:12:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-19T05:29:21.000Z (about 4 years ago)
- Last Synced: 2025-05-09T02:13:48.892Z (about 1 year ago)
- Language: Rust
- Size: 365 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Logimu: Circuit & logic gate simulator
The main goal of Logimu is to simulate large circuits at a high speed.
## Features
- Live simulation
- Embed other circuits in the form of ICs
- Embedded tests in a LISP dialect
## Building
To build Logimu, you will need a **nightly** Rust compiler. Follow the
instructions [here](https://www.rust-lang.org/learn/get-started). Then,
run this:
```
rustup toolchain add nightly
```
Then go the the directory and build with
```
cargo +nightly build --release
```
You can then run the project with `cargo +nightly run --release` or by
running the binary in `target/` directly.
## Screenshot
