All Projects → GPUOpen-Effects → FidelityFX-SSSR

GPUOpen-Effects / FidelityFX-SSSR

Licence: MIT License
Stochastic Screen Space Reflections (SSSR)

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to FidelityFX-SSSR

FidelityFX-LPM
Luma Preserving Mapper (LPM)
Stars: ✭ 69 (-46.92%)
Mutual labels:  cauldron, dx12, fidelityfx, gpuopen
FidelityFX-SPD
Single Pass Downsampler (SPD)
Stars: ✭ 94 (-27.69%)
Mutual labels:  cauldron, dx12, fidelityfx, gpuopen
Xacor
Experimental Game Engine
Stars: ✭ 24 (-81.54%)
Mutual labels:  dx12
pygfx
Like ThreeJS but for Python and based on wgpu
Stars: ✭ 72 (-44.62%)
Mutual labels:  dx12
catalyst
A REST API base implemented as a microservice written in Go using the Clean Architecture paradigm.
Stars: ✭ 14 (-89.23%)
Mutual labels:  cauldron
openvr fsr app
Management Gui for OpenVR FSR PlugIn
Stars: ✭ 179 (+37.69%)
Mutual labels:  fidelityfx
XUSG
XUSG, XU's supreme graphics lib, is a handy wrapper currently for DirectX 12. It can be a good reference for designing your own DX12 wrapper APIs.
Stars: ✭ 57 (-56.15%)
Mutual labels:  dx12
Mohist
Minecraft Forge Hybrid server implementing the Spigot/Bukkit API, formerly known as Thermos/Cauldron/MCPC+
Stars: ✭ 861 (+562.31%)
Mutual labels:  cauldron
Cauldron
C# Toolkit
Stars: ✭ 68 (-47.69%)
Mutual labels:  cauldron
FANCY
A rendering-framework for DX12 and Vulkan. Mostly intended for personal learning purposes and graphics demos
Stars: ✭ 21 (-83.85%)
Mutual labels:  dx12
wgpu-py
Next generation GPU API for Python
Stars: ✭ 210 (+61.54%)
Mutual labels:  dx12
Explosion
💥 A modern cross-platform game engine (WIP)
Stars: ✭ 102 (-21.54%)
Mutual labels:  dx12
Crucible
Crucible is a Thermos fork containing various patches for bug fixes and performance improvements. Join our discord to stay updated with the project development.
Stars: ✭ 67 (-48.46%)
Mutual labels:  cauldron
Gfx
[maintenance mode] A low-overhead Vulkan-like GPU API for Rust.
Stars: ✭ 5,045 (+3780.77%)
Mutual labels:  dx12
openvr fsr
Add Image Upscaling via AMD FidelityFX SuperResolution or NVIDIA Image Scaling to SteamVR games
Stars: ✭ 1,182 (+809.23%)
Mutual labels:  fidelityfx

FidelityFX SSSR

Copyright (c) 2021 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Stochastic Screen Space Reflections (SSSR)

Stochastic Screen Space Reflections (SSSR) is a highly optimized hierarchical screen space traversal kernel for reflections. To support glossy reflections the ray directions are randomly jittered and the result ist denoised to provide a temporally and spatially stable image. This directory contains the source code for SSSR as well as a sample demonstrating usage and integration of the library. The directory structure is as follows:

You can find the binaries for FidelityFX SSSR in the release section on GitHub.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].