Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 951 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 951 Bytes

Explorable Physics

This site contains course notes for algebra based physics with explorable explanations. The explorables attempt to instill an intuitive understanding of physics, but mostly they are just fun.

I wrote it for my students, but it might be useful if you are learning or teaching physics. I'm still adding content for 2023-2024. Let me know if you have any ideas or if you have found one of the numerous mistakes.

It's free to use under the GNU General Public License v3.0.
The diagrams are SVG written in a text editor.
The math is rendered with the typesetting library KaTeX.
The simulations are JavaScript outputting to canvas or SVG.
Collision simulations use the Matter.js 2-D physics engine.