Skip to content

legit-programmer/ParticleSimulationCpp

Repository files navigation

Particle Simulation

A simple particle simulation program, where we can define the behaviour of each particle type in realtime.

Table of Contents

Screenshots📷

image

image

image

image

Installation💻

First, let's install SDL2:

  1. Go to the SDL repository and download the latest SDL2 release: Make sure you download the Visual C++ version of this library

The zipfile will look like this: SDL-[version]-VC.zip

  1. Next, extract the zip file and place it in your 'C' drive, such that the inlcude and lib folders look like this: C:/GL/SDLbin/include, C:/GL/SDLbin/lib

Build🛠

  1. Run the buildsolution.bat file and it will generate a .sln (solution file) for you.
  2. Double click on the solution to open it in Visual Studio.
  3. Press F5 to build and run.

ParticleSimulation In Python

Pythonic implementation of this project is here.

Contributing💖

Feel free to contribute to the project by creating an issue here if any problem is faced.

About

Simple particle simulation using SDL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages