Tiny Digital Circuit Simulator Tool written in C
The project is self contained which means it comes with all dependencies.
run:
build.baton windowsbuild.shon linux
Note: i prefer to use the
zig cccompiler on windows. If you want to use a different one, lets saygcc, just edit thebuild.batand change the following line:
set COMPILER=zig ccto:
set COMPILER=gcc- Tiny self contained binary ~110kb
- ...
