#circuit #logic #component #circus #traits #logic-gates #simualtor

logic-circus

Open source logic circuit simualtor written in Rust

4 releases (2 breaking)

0.3.0 Jun 25, 2021
0.2.1 Jun 23, 2021
0.2.0 Jun 23, 2021
0.1.0 Jun 23, 2021

#373 in Simulation

WTFPL license

31KB
571 lines

logic-circus

github crates.io docs.rs

Logic Circus is a logic circut simulator written in Rust

It is nowhere near finished and I'd like to one day even add a GUI

You can build circuits by composing other circuits together (with Component) or by fully implementing their logic (with the GateLike trait)

License: WTFPL

No runtime deps