Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.55 KB

File metadata and controls

49 lines (28 loc) · 1.55 KB

c3particles

A C++ interface for rendering particle systems.

Abstract

Particle systems are used in many different areas, ..animation, simulation, research, ... . No matter the area of application, the basic rules governing these systems are the same: the laws of physics. C3particles (cpp particles) implements a model of a particle system in C++ that separates the physical concepts and laws from the underlying graphics library. This enables a mathematical formulation of the forces influencing the particles.

System diagram

Installation

Required

OpenGL (version?), glew-utils, libglew-dev, libglm-dev, libglfw3-dev, libglm-dev

Usage example

Development setup

Release History