Skip to content

karlaugsten/ParticleSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ParticleSimulator

A c++ library for simulating particles.

What is it?

Particle Simulator is a simple library you can use to render particles, which are effected by forces.

Classes

  • Particle - A class which represents a single particle on the screen`.
  • Vortex - A class which represents a force -field`.
  • ParticleGenerator - Used to generate any number of particles with a given range of initialization values`.
  • ParticleCalculator - Iterates over all the particles with every move() call, adjusting velocities and positions`.

Author

This library was authored by Karl Augsten.

About

A c++ library for simulating particles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors