https://github.com/arda-guler/mechuilibria
Simulating simple mechanical structures in Python (2D).
https://github.com/arda-guler/mechuilibria
2d mechanical mechanical-engineering physics physics-simulation
Last synced: over 1 year ago
JSON representation
Simulating simple mechanical structures in Python (2D).
- Host: GitHub
- URL: https://github.com/arda-guler/mechuilibria
- Owner: arda-guler
- License: mit
- Created: 2021-08-29T18:02:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-28T10:02:38.000Z (over 3 years ago)
- Last Synced: 2025-01-11T18:12:38.142Z (over 1 year ago)
- Topics: 2d, mechanical, mechanical-engineering, physics, physics-simulation
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mechuilibria
Simulating simple mechanical structures in Python.

Play with masses, springs, forces; build and demolish structures, or even create mechanical computers! (I don't know if it runs Doom yet.)
A fun physics sandbox as much as it is an educational tool.
## How to Use
Mechuilibria only requires tkinter, the standard Python interface toolkit. Simply run the script.
### Controls
- Arrow keys move the camera, Left Shift and Left Control zoom in or out.
- Resume or pause the simulation with the "Pause/Resume" button on the left side of the canvas. The simulation starts paused by default, so you need to hit it if you want
physics to happen.
- There are various operations you can perform with the mouse. Select operation mode from right-side menu and read instructions at the bottom right of the screen.
- To create point masses or links, you need to set some parameters. Use the input fields below the visualizing canvas for that.
- Toggle labels using the checkboxes and radio buttons on the left-side menu.