Skip to content

Optimised particle system, written in C#, rendered with OpenGL and open sourced from the Vercidium Engine.

License

Notifications You must be signed in to change notification settings

Vercidium/particles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Particles

Highly optimised particle system, written in C#, rendered with OpenGL and open sourced from the Vercidium Engine.

Overview

Some features of this particle system are:

  • Fast batch particle creation
  • Efficient memory management when creating, removing and updating particles
  • Custom Matrix3x4 format for fast matrix operations on the GPU
  • Writing to shared GPU memory across multiple threads

The explanation of this particle system can be found in this blog post.

Dependencies

This repository uses mock OpenGL bindings. OpenGL.Net can be installed through NuGet as an alternative.

In Practice

This particle system is used in Sector's Edge to render debris, projectile trails, rain and snow. See the particle system in action on the Sector's Edge Steam page.

About

Optimised particle system, written in C#, rendered with OpenGL and open sourced from the Vercidium Engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages