https://github.com/ironvk/ironcore
IronVk — A lightweight, configurable Vulkan wrapper designed to let developers build graphics applications faster, with minimal boilerplate and maximum flexibility.
https://github.com/ironvk/ironcore
cpp20 vulkan vulkan-api
Last synced: 4 months ago
JSON representation
IronVk — A lightweight, configurable Vulkan wrapper designed to let developers build graphics applications faster, with minimal boilerplate and maximum flexibility.
- Host: GitHub
- URL: https://github.com/ironvk/ironcore
- Owner: IronVk
- License: mit
- Created: 2025-08-10T05:43:46.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-09-05T19:52:36.000Z (5 months ago)
- Last Synced: 2025-09-05T20:43:45.131Z (5 months ago)
- Topics: cpp20, vulkan, vulkan-api
- Language: C++
- Homepage:
- Size: 266 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IronCore
**IronVk** is a Vulkan wrapper aims to remove the complexity of Vulkan initialization while keeping its raw power.
Inspired by the configuration-first approachs. IronVk lets you define your rendering setup through clean, structured configs — from swapchain creation to pipeline layouts — without diving deep into repetitive Vulkan boilerplate.
Whether you're a beginner exploring Vulkan or a pro who wants a rapid prototyping tool, IronVk helps you **forge high-performance graphics** with a streamlined workflow.