An open API service indexing awesome lists of open source software.

https://github.com/stuart6854/graphics-sandbox

My Graphics Programming Sandbox
https://github.com/stuart6854/graphics-sandbox

Last synced: 4 months ago
JSON representation

My Graphics Programming Sandbox

Awesome Lists containing this project

README

          

# Graphics Sandbox

A sandbox I use to implement and preview various graphics programming techniques.
Uses my Vulkan library [VkMana](https://github.com/stuart6854/VkMana) behind the scenes.

## Features

## Planned

- Deferred Rendering
- Lighting - Directional, Spot, Area
- Shadows Mapping
- Cascaded
- Post Processing
- Bloom
- Vignette
- Color grading
- Ambient Occlusion
- Depth of Field
- Screen Space Reflection
- Grass
- Physically Based Rendering?