https://github.com/froncu/eruptor
A Vulkan project made for the Graphics Programming 2 course at Howest - Digital Arts and Entertainment.
https://github.com/froncu/eruptor
cmake cpp glm graphics-programming sdl vulkan
Last synced: 11 months ago
JSON representation
A Vulkan project made for the Graphics Programming 2 course at Howest - Digital Arts and Entertainment.
- Host: GitHub
- URL: https://github.com/froncu/eruptor
- Owner: Froncu
- Created: 2024-08-17T18:03:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-30T11:40:33.000Z (12 months ago)
- Last Synced: 2025-07-30T14:02:56.747Z (12 months ago)
- Topics: cmake, cpp, glm, graphics-programming, sdl, vulkan
- Language: C++
- Homepage: https://www.digitalartsandentertainment.be/
- Size: 123 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eruptor - Vulkan PBR Renderer
A Physically Based Rendering (PBR) engine built in C++ using Vulkan.
## Features
- ✅ **Physically Based Rendering (PBR)**
Realistic lighting and material representation using PBR techniques.
- ✅ **Deferred Rendering Pipeline**
Efficient lighting using a deferred shading setup with support for tone-mapping.
- ✅ **Automatic Exposure (Eye Adaptation)**
Real-time luminance adaptation using **compute shaders** and the **histogram-based technique**.
Adjustable via exposed parameters for controlling adaptation speed and the luminance range.
- ✅ **Modern Vulkan Techniques**
- **Dynamic Rendering**
- **Bindless Rendering** via descriptor indexing
- **Synchronization2** for explicit and flexible synchronization
- ✅ **C++20 & VulkanHPP**
Type-safe and RAII-compliant Vulkan API via the Vulkan-Hpp C++ bindings.
- ✅ **RAII-Oriented Design**
Every Vulkan resource is wrapped in a safe, scope-managed class to eliminate leaks and ensure correctness.
- ✅ **Builder Pattern**
Resource creation and pipeline configuration are managed using clean, chainable builders for clarity and reusability.
---
## Author
**Jakub Fratczak**
🔗 https://github.com/Howest-DAE-GD/Eruptor