Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joeylemon/torquee
a torque simulation designed to visualize and teach the concept of torque
https://github.com/joeylemon/torquee
html5-canvas physics school-project visualizations
Last synced: 20 days ago
JSON representation
a torque simulation designed to visualize and teach the concept of torque
- Host: GitHub
- URL: https://github.com/joeylemon/torquee
- Owner: joeylemon
- Created: 2019-02-21T17:34:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-05T01:07:08.000Z (almost 6 years ago)
- Last Synced: 2025-01-19T20:47:05.221Z (23 days ago)
- Topics: html5-canvas, physics, school-project, visualizations
- Language: JavaScript
- Homepage:
- Size: 2.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Torquee
A torque simulation designed to help physics students visualize the basic concept covered in most introductional physics classes.Made with vanilla Javascript and jQuery. From-scratch canvas rendering and physics calculations.
## The Project
This was a part of the final project for EF 152 at the University of Tennessee. We were tasked with completing the follows:
- Research and define a need for a web based simulation of a physics principle
- Include at least one adjustable parameter
- Research and define the target audience
- Deliverable – working app## Our Simulation
Our simulation covered torque, including:
- Visualizations of the "force times perpendicular distance" idea
- Calculations of rotational acceleration based on the moment of inertia
- Calculations of the components of a given force based on the angle and magnitude
![]()
![]()
![]()