compute-shader topic

List compute-shader repositories

UE4_GPGPU_flocking

72
Stars
15
Forks
Watchers

Doing flocking/Boids in UE4 using GPGPU

Unity3D_PBR_Path_Tracer

57
Stars
11
Forks
Watchers

Path-traced physically-based rendering with UE4-PBR-like parameters and 'specTrans' from Disney BSDF implemented by using compute shader in Unity3D.

Water

383
Stars
16
Forks
Watchers

Simple calculation to render cheap water effects.

ComputeStochasticReflections

254
Stars
24
Forks
Watchers

Compute Stochastic Screen Space Reflections for unity post processing

GPU-Planetary-Rendering

182
Stars
22
Forks
Watchers

GPU atmosphertic scattering and planet generation in Unity 3D

GPUClothSimulationInUnity

160
Stars
14
Forks
Watchers

Trying to replicate what this legend did: https://youtu.be/kCGHXlLR3l8

Vulkan-Forward-Plus-Renderer

654
Stars
64
Forks
Watchers

Forward+ renderer in Vulkan using Compute Shader. An Upenn CIS565 final project.

Unity-Boids-Behavior-on-GPGPU

236
Stars
51
Forks
Watchers

Boids behavior calculation code is modified to utilize Microsoft Direct Compute resulting significant improvements in Performance. 利用Compute Shader实现Boids模拟。