/Physics_Mengine

A Small Physics Engine made in p5js which can plot movements

Primary LanguageJavaScriptMIT LicenseMIT

Physics Mengine

A Small Physics Engine made in p5js which can plot movements

Index

  1. About
  2. Setting Up
  3. Documentation
  4. License

About

Mengine is capable of plotting motions such as URM, UARM, UCM or UACM by using the p5js library.
This was made as a side project, so the engine is currently only in Spanish. A translation will be done later on.

Setting Up

The Easy Way

  1. Download the .zip file:
  1. Unzip the file.
  2. Open the .html file
  3. Edit sketch.js and refresh the view.

The Gitter Way

  1. Clone this repository:
    git clone https://github.com/Omi036/Physics_Mengine
  2. In a terminal, go to that directory:
    cd Physics_Mengine
  3. Open a Live Server:
    python -m http.server -b 127.0.0.1 80
  4. Go to localhost and you will see your web.

Documentation

Check the documentation on the Github Wiki

License

Distributed under the MIT License. See LICENSE for more information.

back to top