logicsim
Modern c++/qt logic blocks simulator designed as a successor of famous Logisim, which I absolutely love and recommend to try. Uses my k-tree library as a container for gates, take a look at it too.
Prerequisites
- Qt5
- g++8/clang9 or newer
- cmake3
Build
git clone https://github.com/tort-dla-psa/logicsim
git submodule init
git submodule update --recursive
mkdir -p logicsim/build
cd logicsim/build
cmake ..
make -j4
TODO
- add tests
- add examples
- fix camera zoom and moving
- fix gates resizing