Miniengine

Engine for pygame


License
MIT
Install
pip install Miniengine==1.0.1

Documentation

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.