Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dheovani/particlesimulation
Particles simulation in c++
https://github.com/dheovani/particlesimulation
cplusplus-20 cpp cpp20 particle-physics particle-simulation particle-simulator particles
Last synced: 23 days ago
JSON representation
Particles simulation in c++
- Host: GitHub
- URL: https://github.com/dheovani/particlesimulation
- Owner: Dheovani
- License: mit
- Created: 2024-07-20T16:08:34.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-14T12:36:48.000Z (about 2 months ago)
- Last Synced: 2024-10-12T16:20:50.487Z (23 days ago)
- Topics: cplusplus-20, cpp, cpp20, particle-physics, particle-simulation, particle-simulator, particles
- Language: C++
- Homepage:
- Size: 18.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Particle Simulation 🌟
I've made my own **Particle Simulation**! 🎉 This is a simple and interactive particle simulation project built using **SFML** (Simple and Fast Multimedia Library) in C++. 🚀## 📜 Overview
The Particle Simulator lets you visualize particles moving and interacting with each other on the screen. It demonstrates basic physics principles, such as particle movement and collision detection, using a graphical interface.## 🚀 Getting Started
To run it, follow these steps:### 1. Clone the Repository
```bash
git clone https://github.com/Dheovani/ParticleSimulation.git
```### 2. Install Dependencies
Make sure you have SFML and CMake installed. You can install SFML using vcpkg or any other package manager.### 3. Build the Project
Navigate to the project directory and create a build folder:```bash
cd ParticleSimulation
mkdir build
cd build
cmake ..
cmake --build .
```### 4. Run the Simulator
```bash
./ParticleSimulator
```## 📝 License
This project is licensed under the [MIT License](LICENSE.txt) - see the LICENSE file for details.## 📼 Simulation
https://github.com/user-attachments/assets/ea374a3e-add6-48c2-b1a6-5e6e69a1c373Thank you for checking out the Particle Simulator! Have fun experimenting with particles and happy coding! 😄👨💻👩💻