Skip to content

arnaudmathias/ParticleSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Particle System

Intro

Particle system exploiting OpenGL and OpenCL interoperability.
Vertices data are generated and/or animated by OpenCL every frame. OpenGL take up the relay with shading (and emiting vertices in billboard mode)

Usage

./ParticleSystem [particle_count]

Keymap:

WASD - move around
SPACE - toggle gravity
G - lock gravity at cursor position
F - toggle freecam
E - emit particles
Q - toggle between points and billboards mode
R - toggle fullscreen
I - toggle debug info HUD
1 - sphere init
2 - cube init

Build

git clone --recursive https://github.com/indiedriver/ParticleSystem
cd ParticleSystem
cmake .

About

Particle system exploiting OpenGL / OpenCL interoperability

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published