Does any other digital logic simulator allow you to do THIS? Maybe not! Definitely not!!
Minimalogic is a simple digital logic simulator made in C using SDL2 as a project for completion of the course Computer Programming [CT 401]. It was coded with a specific objective of getting the simulation job done easily, the curiousity emanated from our regular Digital Logics lab.
Year: I
Part: I
* Aditi Kharel (PUL077BEI008) * Ashutosh Bohara (PUL077BEI012) * Pallavi Paudel (PUL077BEI027) * Rijan Shrestha (PUL077BEI034)
This project can only be built on x64 Windows systems
- Clone this repository
git clone https://github.com/First-Sem-C-Project/Minimalogic/
- Change directory to 'Minimalogic'
cd .\Minimalogic
- Execute the build.bat script
.\build.bat
- Wait for build.bat to finish. It will download libraries and fonts required by the project and then build it.
- Go to
bin\ClangBuild
orbin\GccBuild
orbin\MSVCBuild
and runMinimalogic.exe
- Enjoy?
Note: Compiling with gcc might fail