The aim of this project is to develop a logic simulation program in Python (Python 3, to be precise). The project involves all five major phases of the software engineering life cycle: specification, design, implementation, testing and maintenance.
- prelim folder: Folder containing the preliminary exercises
- logic-sim folder: Folder containing the main project files
For running the gui on a different machine using Anaconda package manager, run:
conda install wx
conda install freeglut
conda install pyopengl pyopengl-accelerate