Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 772 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 772 Bytes

Particle Simulation

Overview

A particle simulation in C++ and SFML higly inspired by Muzkaw Use the scroll wheel to zoom in and out, left arrow key to generate particles, left mouse click to drag the particles, and right click to push them. https://www.youtube.com/watch?v=I0lqtCz-jOU

Getting started

Prerequisites

Before getting started with Particle Simulation, ensure that you have the following dependencies installed on your Linux system:

  • g++ compiler
  • SFML Library

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/noahehrnstrom/particle_simulation.git
  1. Compile your project with Make:
make

Usage

Just run the following executable

./simulation