Parabola is a static projectile motion simulator and calculator website built with Nim.
It uses [matter-js](https://github.com/liabru/matter-js/) for the physics engine, [KaTex](https://github.com/KaTeX/KaTeX) to render the math equations, [Karax](https://github.com/karaxnim/karax/) as a frontend framework, [Sass](https://sass-lang.com/), [Spectre.css](https://github.com/picturepan2/spectre) as a CSS framework and [ni18n](https://github.com/heinthanth/ni18n) to manage translations (internationalization). You can check it out live at <https://patitotective.github.io/parabola/> or check the source code in GitHub <https://github.com/Patitotective/parabola>.