Skip to content

Welcome to the Particle Simulator project! This simulator is designed to create and visualize complex particle systems governed by real physics. It supports various states of matter including powder, liquid, solid, and gas, and allows for the simulation of phenomena such as explosions, nuclear reactions, fusion, fission, and particle collisions.

License

Notifications You must be signed in to change notification settings

KhamessiTaha/ParticleSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Particle Simulator

A particle simulation game with various elements such as powder, water, fire, steam, and wood. Users can create particles and interact with them in a physics-based environment.

Features

  • Powder, Water, Fire, Steam, and Wood elements
  • Physics-based interactions
  • Element creation through a user interface

Requirements

  • Python 3.7+
  • Pygame
  • NumPy

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/ParticleSimulator.git
    cd ParticleSimulator
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the application:

    python src/ui.py

Building the Executable

To build the application as a standalone executable, run:

pyinstaller --name ParticleSimulator --onefile src/ui.py

About

Welcome to the Particle Simulator project! This simulator is designed to create and visualize complex particle systems governed by real physics. It supports various states of matter including powder, liquid, solid, and gas, and allows for the simulation of phenomena such as explosions, nuclear reactions, fusion, fission, and particle collisions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published