All Projects → ikryukov → QtVulkan

ikryukov / QtVulkan

Licence: other
Example of usage Vulkan (MoltenVK) with Qt on OS X

Programming Languages

C++
36643 projects - #6 most used programming language
QMake
1090 projects
GLSL
2045 projects
Objective-C++
1391 projects

Projects that are alternatives of or similar to QtVulkan

cs paint
Vulkan rendering library for graphics and text
Stars: ✭ 79 (+295%)
Mutual labels:  vulkan
Camera2GLPreview
Android camera preview application using Camera2 API and OpenGL ES/Vulkan
Stars: ✭ 140 (+600%)
Mutual labels:  vulkan
Wasabi
Wasabi Vulkan Game Engine
Stars: ✭ 34 (+70%)
Mutual labels:  vulkan
scop vulkan
A 3D model viewer written C++20 and Vulkan
Stars: ✭ 133 (+565%)
Mutual labels:  vulkan
osg2vsg
Deprecated adapter library for converting OpenSceneGraph Images and 3D models to VulkanSceneGraph
Stars: ✭ 31 (+55%)
Mutual labels:  vulkan
bgfx-python
Python 3.7+ wrapper for the BGFX library. 🐍
Stars: ✭ 99 (+395%)
Mutual labels:  vulkan
goma-engine
A simple C++ 3D game engine with Vulkan support.
Stars: ✭ 34 (+70%)
Mutual labels:  vulkan
kompute
General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm, NVIDIA & friends). Blazing fast, mobile-enabled, asynchronous and optimized for advanced GPU data processing usecases. Backed by the Linux Foundation.
Stars: ✭ 872 (+4260%)
Mutual labels:  vulkan
Jin-Engine-2.1
No description or website provided.
Stars: ✭ 63 (+215%)
Mutual labels:  vulkan
FFNx
Next generation modding platform for Final Fantasy VII and Final Fantasy VIII ( with native Steam 2013 release support! )
Stars: ✭ 200 (+900%)
Mutual labels:  vulkan
sph vulkan
SPH simulation in Vulkan compute shader.
Stars: ✭ 29 (+45%)
Mutual labels:  vulkan
Vulkan
Vulkan module for Jai
Stars: ✭ 23 (+15%)
Mutual labels:  vulkan
reaper
Tiny C++ Engine
Stars: ✭ 21 (+5%)
Mutual labels:  vulkan
luajit-glfw
GLFW bindings for LuaJIT
Stars: ✭ 51 (+155%)
Mutual labels:  vulkan
Nabla
OpenGL/OpenGL ES/Vulkan/CUDA/OptiX Modular Rendering Framework for PC/Linux/Android
Stars: ✭ 235 (+1075%)
Mutual labels:  vulkan
talvos
Talvos is a dynamic-analysis framework and debugger for Vulkan/SPIR-V programs.
Stars: ✭ 67 (+235%)
Mutual labels:  vulkan
rendering-fw
Rendering framework with rasterizers & path tracers implemented using Vulkan, OptiX & OpenGL
Stars: ✭ 81 (+305%)
Mutual labels:  vulkan
cain-ncnn-vulkan
CAIN, Channel Attention Is All You Need for Video Frame Interpolation implemented with ncnn library
Stars: ✭ 85 (+325%)
Mutual labels:  vulkan
eseed-window
A minimal cross-platform C++17 window management library for rendering (deprecated)
Stars: ✭ 18 (-10%)
Mutual labels:  vulkan
daisykit
Daisykit is an easy AI toolkit for software engineers to integrate pretrained AI models and pipelines into their projects. - with NCNN, OpenCV, Python wrappers
Stars: ✭ 22 (+10%)
Mutual labels:  vulkan

QtVulkan

Example of usage Vulkan (MoltenVK) with Qt on OS X

Dependencies

Install Lunar SDK from: https://vulkan.lunarg.com/sdk/home#mac

Qt 5.10.0

Preparations

Set env variables:

VK_LAYER_PATH = /macOS/etc/vulkan/explicit_layers.d

VK_ICD_FILENAMES = /macOS/etc/vulkan/icd.d/MoltenVK_icd.json

In QtVulkan change VULKAN_SDK_PATH to sdk path on your mac

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].