This App is an app to visualise Mohr Circle in 3-D Made by - Rwik Rana, Yash Meshram
To run the executable form of the app,
- Go to build
- GO to exe.win-amd64-3.8
- Double-Click on Mohr_game.executable
The app would start!!
Python Dependencies required:
- Python 3.4 +
- Matplotlib
- Scipy
- Numpy
- Pygame
The entire project has a category of files.
- Backend Code
- Front End Code
Backend Code has 2 files:
- MohrCircle_stress.py
- MohrCircle_strain.py
View the above files to know how to run the code. Currently, the execution of these files on their own have been commented for app purpose, one can uncomment to use these files independently.
To run the files type in the command prompt/bash
These two files are very similar and have similar working. These files are the backbone to all calculations in the app. These files can be used separately to get the graphs.
The Frontend Code is made on Pygame. There are many types of files in the Frontend.
- Window files (Manages the windows)
- Utility files (Manages utilities like buttons, boxes)
- Main files (main execution)
To run the app via python, use the following line in the cmd:
python mohr_game.py