redstrate.com/content/software/graph/index.md

30 lines
1.1 KiB
Markdown
Raw Normal View History

2022-08-29 10:46:26 -04:00
---
title: "Graph"
2022-09-21 10:49:57 -04:00
date: 2018-08-11
2022-08-29 10:46:26 -04:00
draft: false
2025-04-12 11:03:07 -04:00
source: "https://code.ryne.moe/redstrate/graph"
2022-08-29 10:46:26 -04:00
license: MIT
2023-06-23 14:42:45 -04:00
projtags:
2022-08-29 10:46:26 -04:00
- 3D
2023-08-05 11:12:27 -04:00
- CPlusPlus
2022-08-29 10:46:26 -04:00
- Vulkan
- Qt
2022-08-29 10:50:32 -04:00
layout: "project"
aliases:
- /projects/graph
2023-03-01 14:02:08 -05:00
summary: "Game engine utilizing Vulkan and Qt."
2022-08-29 10:46:26 -04:00
---
2022-10-25 17:45:27 -04:00
Following up [XT]({{<ref XT>}}), this was my first adventure into Vulkan - which was a relatively new API at the time. This is an ancient project, but this is where the majority of my Vulkan knowledge was born from. Unlike some of my older projects I've recovered recently, this one actually has **all** of my commit history intact!
2022-08-29 10:46:26 -04:00
2022-09-14 11:13:34 -04:00
![Screenshot of the example application](screenshot.webp)
2022-09-14 11:01:55 -04:00
2022-08-29 10:46:26 -04:00
This features things such as:
* Working depth of field pass utilizing near and far fields.
2022-10-25 17:45:27 -04:00
* This was started back when the engine was originally conceived, but I actually finished this feature recently :-)
* Custom Qt interfaces for all the tooling, compared to the dear imgui interfaces of Prism and XT.
2022-08-29 10:46:26 -04:00
* Antialiasing utilizing SMAA.
* Audio playback using OpenAL Soft.
This was eventually replaced by [Prism]({{< ref prism >}}) in 2020 and onward