Metadata-Version: 2.1
Name: Miniengine
Version: 0.0.2
Summary: Engine for pygame
Home-page: https://github.com/rrayes3110/Mini-Engine
Author: Rafael Rayes
Author-email: rafa@rayes.com.br
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown


   # Miniengine

Miniengine is a simple physics simulation library built on top of Pygame. It allows users to simulate the motion of objects, calculate collisions, and visualize the results. The library includes the `MiniEngine` module for handling physics calculations, and the `Renderer` class for rendering and displaying the simulations.

## Installation

To install Miniengine, simply type `pip install Miniengine` into your terminal if you have pip installed.

## Dependencies

- Pygame

## Documentation

The documentation isn't complete yet. You can access it in Github. There are also examples.

