Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-28T10:02:38.000Z (over 2 years ago)
- Last Synced: 2024-11-12T17:13:48.607Z (3 months 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.![mechuilibria](https://user-images.githubusercontent.com/80536083/132004906-3cb0d6ca-677a-4632-b730-db3a423a68ba.PNG)
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.