alexsr / vup

Variable unified particle simulation framework using OpenGL Compute Shader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VUP - Variable Unified Particle Simulation Framework

In this project I am trying to create a variable particle simulation framework utilizing OpenGL Compute Shaders and OpenGL 4.5. It is supposed to include a majority of currently available simulation techniques already, but should also be easily expandable by providing a modular infrastructure. At least that's the plan.

In my bachelor's thesis I already implemented a particle simulation framework using technologies such as OpenGL, OpenCL and JSON. This is going to be a complete reimplementation using Compute Shader which should yield better results.

About

Variable unified particle simulation framework using OpenGL Compute Shader


Languages

Language:C++ 88.8%Language:GLSL 6.2%Language:CMake 4.8%Language:C 0.2%