Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.26 KB

README.md

File metadata and controls

47 lines (34 loc) · 1.26 KB

Matter Madness

Matter Madness is a physics simulator/playground project that allows you to create and interact with various physics bodies in a dynamic environment.

Table of Contents

Features

  • Create and simulate physics bodies (rectangles, circles, polygons, etc.).
  • Interact with the simulation using the mouse.
  • Customize body properties such as dimensions, angles, and friction.
  • Total CRUD functionality.

Demo

Link to Live Demo

Getting Started

Installation

  1. Clone the repository:

    git clone https://github.com/Meet7834/Matter-Madness.git
  2. Navigate to the project directory:

    bash
    cd Matter-Madness
    
  3. Open index.html in your web browser or host the project on a web server.

Usage

  • There is a demo playground also built in to get a idea of what you can build.
  • Choose a body type from the dropdown menu.
  • Enter the desired dimensions or properties for the body.
  • Click the "Add Body" button to add the body to the simulation.
  • Interact with the simulation using the mouse.
  • Update and Delete Bodies using left sidebar.