Unarmed1000 / RapidVulkanLinks
Low level C++11 RAII wrapper classes for the Vulkan API. The code is auto generated by RAIIGen.
☆12Updated 3 months ago
Alternatives and similar repositories for RapidVulkan
Users that are interested in RapidVulkan are comparing it to the libraries listed below
Sorting:
- Toy software vulkan ICD implementation☆21Updated 5 years ago
- 🔺 Fast polygon triangulation library based on Seidel's algorithm.☆43Updated 3 weeks ago
- a lightweight SIMD vector, matrix and quaternion library☆32Updated 2 years ago
- A hexagonal prism BVH: more efficient than AABB.☆18Updated 6 years ago
- A C++11 thread pool and profiler☆29Updated 7 years ago
- Lightweight/Lightfast GLSL and HLSL shader toy made using Vulkan☆27Updated 3 years ago
- Library for shader debugging and profiling for Vulkan and OpenGL☆35Updated 2 years ago
- Ravine is a graphics framework built with Vulkan, GLFW, ImGUI and GLM.☆10Updated 3 years ago
- SIMD-optimized math library in C++☆23Updated 7 years ago
- ☆17Updated 3 years ago
- Trying to trim down the size of my Vulkan repo...☆29Updated 8 years ago
- A collection of in-progress work☆14Updated 7 years ago
- some helpers im using since 2009. contain usefull things like vec2, vec3, vec4, variant, actionTime and more☆20Updated last year
- Demonstrates order independent transparency on Vulkan using depth peeling.☆20Updated 8 years ago
- Fast, high-quality texture compression library for many formats☆51Updated 3 years ago
- VFSME - Vulkan Free Surface Modeling Engine☆15Updated 9 years ago
- Vulkan Ignoble Software Rasterizer: Software rasterizer implementing Vulkan. Just for fun.☆47Updated 7 years ago
- Little Game Engine that aims to be Physically Based for the lighting part☆24Updated 7 years ago
- A library of shared C++ components, in a handy Modern CMake wrapper.☆27Updated 2 years ago
- Source code repository accompanying the scientific paper "Finding Efficient Spatial Distributions for Massively Instanced 3-d Models" (S.…☆16Updated 5 years ago
- Multiple Producers / Multiple Consumers Message Passing Pool☆19Updated 10 years ago
- Vulkan debug layer to visualize synchronization dependencies☆44Updated 6 years ago
- A LightFileWatcher☆29Updated 4 years ago
- Graphics tools in C++: 3D vector, image load/save 3D model load/save, Morton code, Halton sequence, matrix math, Perlin noise, image filt…☆13Updated 2 years ago
- A cross-platform Vulkan layer which checks Vulkan applications for best practices on PowerVR devices.☆17Updated 5 years ago
- OpenGL Image (GLI)☆22Updated 11 years ago
- A C++ library implementing linear algebra, text and file IO, UTF-N conversions, containers, image loading/saving, image quantization/filt…☆67Updated last month
- D3D12 Root Signature/Pipeline State Object live-reloading☆15Updated 8 years ago
- Breakout with Vulkan to test Uniform Data Transfer Methods☆25Updated 5 years ago
- A transfer function widget implemented using ImGui