/OpenGL-Compute-Example

Cursor particle attraction as Compute shader

Primary LanguageC#The UnlicenseUnlicense

OpenGL Compute Example

Simple application that uses an OpenGL compute shader to offload particle physics simulation to the GPU.

Particles should be attracted to the cursor.

Ported from this C++ example with minor changes.

Screenshot