danielshervheim / unity-particle-system

A GPU accelerated particle system I made for a class assignment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Particle System

I wrote this particle simulation as a project for an animation and planning course I took in university.

Read more about it here.

Fire

Water

Setup

  • Clone this repository, and open it in Unity.

  • Create a new Scene in the editor.

  • Add an empty GameObject.

  • Add the Emitter.cs script to the empty GameObject.

  • Setup the Emitter as desired, and press play to see the particle system in action.

About

A GPU accelerated particle system I made for a class assignment.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C# 62.9%Language:ShaderLab 27.9%Language:HLSL 9.2%