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
- Host: GitHub
- URL: https://github.com/stuart6854/graphics-sandbox
- Owner: stuart6854
- Created: 2023-12-11T07:20:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T19:01:25.000Z (over 2 years ago)
- Last Synced: 2025-10-13T09:16:33.330Z (9 months ago)
- Language: CMake
- Size: 105 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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?