A Vulkan 1.3 renderer in C++.
Go to file
Anish Bhobe fd9ceae67d VertexBuffer ingestion and Camera. 2025-06-13 22:48:31 +02:00
.gitignore VertexBuffer ingestion and Camera. 2025-06-13 22:48:31 +02:00
AppState.cpp VertexBuffer ingestion and Camera. 2025-06-13 22:48:31 +02:00
AppState.h Major Cleanup. 2025-06-12 23:37:07 +02:00
Blaze.cpp VertexBuffer ingestion and Camera. 2025-06-13 22:48:31 +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 VertexBuffer ingestion and Camera. 2025-06-13 22:48:31 +02:00
Blaze.vcxproj.filters VertexBuffer ingestion and Camera. 2025-06-13 22:48:31 +02:00
Frame.cpp Major Cleanup. 2025-06-12 23:37:07 +02:00
Frame.h Major Cleanup. 2025-06-12 23:37:07 +02:00
GlobalMemory.cpp Major Cleanup. 2025-06-12 23:37:07 +02:00
GlobalMemory.h Major Cleanup. 2025-06-12 23:37:07 +02:00
LICENSE Initial commit 2025-06-04 21:35:18 +02:00
MacroUtils.h Major Cleanup. 2025-06-12 23:37:07 +02:00
MathUtil.h Major Cleanup. 2025-06-12 23:37:07 +02:00
Mesh.slang VertexBuffer ingestion and Camera. 2025-06-13 22:48:31 +02:00
MiscData.cpp VertexBuffer ingestion and Camera. 2025-06-13 22:48:31 +02:00
MiscData.h VertexBuffer ingestion and Camera. 2025-06-13 22:48:31 +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 VertexBuffer ingestion and Camera. 2025-06-13 22:48:31 +02:00
RenderDevice.h Major Cleanup. 2025-06-12 23:37:07 +02:00
VmaImpl.cpp Major Cleanup. 2025-06-12 23:37:07 +02:00
vcpkg-configuration.json Initial project and created a plan. 2025-06-04 22:13:17 +02:00
vcpkg.json VertexBuffer ingestion and Camera. 2025-06-13 22:48:31 +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.