MasonFeurer / LogSimGUI

A fast logic and hardware simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LogSimGUI

Was originally a typo, but is now the name of a Logic Gate simulator. The app is coded in Rust with eframe.

Running

MacOS is the most supported, but it is also tested on Windows and Linux (debian based). In /releases/latest_date/ there should be built binaries for MacOS, Windows, and Linux.

You can also use LogSimGUI in the browser here.

You can also build and run the native application from source:

git clone "https://github.com/MasonFeurer/LogSimGUI.git"
cd LogSimGUI/native
cargo run --release

On Linux, you may have to install a few packages first:

sudo apt install libglib2.0-dev
sudo apt install libatk1.0-dev
sudo apt install libcairo2-dev
sudo apt install libpango1.0-dev
sudo apt install librust-gdk-dev

About

A fast logic and hardware simulator

License:Apache License 2.0


Languages

Language:Rust 68.2%Language:JavaScript 30.7%Language:HTML 0.9%Language:Shell 0.1%Language:Batchfile 0.1%