Skip to content

CIS-566-2018/homework-6-particle-system-mylesing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Particle System

Image of Heart

Physics-based procedural animation of particles and to practice using OpenGL's instanced rendering system.

Features:

  • Physics Based Particles: particles move using euler integration.
  • Procedural Shape and Coloring: in honor of an eventual pride month, the particles go through all the colors of the rainbow in a cycle over time. The particles are heart shaped to represent love :)
  • Interactive Forces: particles move towards point at right click and away at left click. Note: when the particles are repelled from a point, in order to not leave bounds of the sphere after release, they come rushing back in!
  • Mesh Surface Attraction: the particles move towards specified meshes!

Video Link: https://drive.google.com/open?id=1UdOtOD3Z7eyxUhPg1odKCEzFLPFqb7rQ

External Resources:

Inspiration: DMD and CGGT alumnus Nop Jiarathanakul's Particle Dream application.

About

homework-6-particle-system-mylesing created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published