A Vulkan 1.3 renderer in C++.
Go to file
Anish Bhobe e7d74e6b0f Added VMA. 2025-06-12 22:29:20 +02:00
.gitignore Initial project and created a plan. 2025-06-04 22:13:17 +02:00
AppState.cpp Using custom alloctor. 2025-06-12 19:12:12 +02:00
AppState.h Using custom alloctor. 2025-06-12 19:12:12 +02:00
Blaze.cpp Using custom alloctor. 2025-06-12 19:12:12 +02:00
Blaze.sln Initial project and created a plan. 2025-06-04 22:13:17 +02:00
Blaze.sln.DotSettings Cleanup. 2025-06-12 16:50:37 +02:00
Blaze.vcxproj Added VMA. 2025-06-12 22:29:20 +02:00
Blaze.vcxproj.filters Added VMA. 2025-06-12 22:29:20 +02:00
Frame.cpp Using custom alloctor. 2025-06-12 19:12:12 +02:00
Frame.h Using custom alloctor. 2025-06-12 19:12:12 +02:00
GlobalMemory.cpp Using custom alloctor. 2025-06-12 19:12:12 +02:00
GlobalMemory.h Using custom alloctor. 2025-06-12 19:12:12 +02:00
LICENSE Initial commit 2025-06-04 21:35:18 +02:00
MacroUtils.h Cleanup. 2025-06-12 16:50:37 +02:00
MathUtil.h Cleanup. 2025-06-12 16:50:37 +02:00
MemoryUtils.h Cleanup. 2025-06-12 16:50:37 +02:00
MiscData.cpp Added VMA. 2025-06-12 22:29:20 +02:00
MiscData.h Using custom alloctor. 2025-06-12 19:12:12 +02:00
PLAN.md Added Pipelines and Triangle. 2025-06-08 21:58:46 +02:00
README.md Initial project and created a plan. 2025-06-04 22:13:17 +02:00
RenderDevice.cpp Added VMA. 2025-06-12 22:29:20 +02:00
RenderDevice.h Added VMA. 2025-06-12 22:29:20 +02:00
Triangle.slang Added Pipelines and Triangle. 2025-06-08 21:58:46 +02:00
Triangle.spv Added Pipelines and Triangle. 2025-06-08 21:58:46 +02:00
VmaImpl.cpp Added VMA. 2025-06-12 22:29:20 +02:00
vcpkg-configuration.json Initial project and created a plan. 2025-06-04 22:13:17 +02:00
vcpkg.json Added VMA. 2025-06-12 22:29:20 +02:00

README.md

Blaze

A Vulkan 1.3 renderer in C++.

Objectives

Goals and Non-Goals

  • Easy(ier) to use than raw Vulkan.
  • Clear, understandable code.
  • Easy to iterate, follow the flow.
  • Well documented behavior.