A 2D physics simulation app that runs in the browser. This app is supposed to be a learning tool. It helps to visualise physics problems dynamically and solve many problems, approximately, by building it in simulation.
"Many problems" mostly refers to problems that can be simulated with a small number of objects (i.e. problems that are abstracted) and problems that demonstrate first principles concepts. Basically problems found in textbooks.
v1 will be limited to 2 dimensions and will focus on interface and classical mechanics. It will use the Rapier Physics Engine. The physics are reasonably accurate. More accuracy comes at the cost of performance.
Todo list by priority, v1:
v2 will explore other ideas like 3D and more mechanics and visuals (waves, fluid, light).