Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ehrlz authored Feb 2, 2024
1 parent cf7aa0e commit 1e8747a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

# Particle Simulator
This is a simple particle simulator implemented in Python using the OpenGL library. The simulator creates and simulates particles in a 2D environment with realistic physics, including collisions and interactions.
![particles](https://github.com/ehrlz/dynamics-simulator/assets/62675568/d5413a2d-730d-42b2-83ec-9dc1668c13e6)

![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)![Jupyter Notebook](https://img.shields.io/badge/jupyter-%23FA0F00.svg?style=for-the-badge&logo=jupyter&logoColor=white)
## How to Use
Expand Down Expand Up @@ -29,4 +30,4 @@ The OpenGL setup includes window initialization, orthographic projection, and mo
## How to Run
Ensure you have **JupyterNotebook** and the necessary libraries installed, such as **OpenGL** and **NumPy**. Run the script, and the particle simulator window will appear. Use left and right clicks to interact with the simulation.

Feel free to customize and enhance this simulator for your specific needs or use it as a starting point for more complex simulations.
Feel free to customize and enhance this simulator for your specific needs or use it as a starting point for more complex simulations.

0 comments on commit 1e8747a

Please sign in to comment.