Go to file
Ben e42af0fc91
Add more usage description
2022-01-20 23:39:48 +01:00
.idea Interaction.. Yay? 2022-01-20 23:37:04 +01:00
shaders Interaction.. Yay? 2022-01-20 23:37:04 +01:00
src Interaction.. Yay? 2022-01-20 23:37:04 +01:00
.gitignore Update README.md 2022-01-18 23:41:21 +01:00
CMakeLists.txt Interaction.. Yay? 2022-01-20 23:37:04 +01:00
README.md Add more usage description 2022-01-20 23:39:48 +01:00
make_shaders.sh Add shaders and shader loading 2022-01-18 21:28:25 +01:00

README.md

Vulkan Renderer

Created with Qt 5 and the help of https://vulkan-tutorial.com and https://vkguide.dev/ and https://doc.qt.io/qt-5/.

Building

Needs cmake 3.21+, C++20 compiler, Qt 5.10+

cmake -B build
sh -c 'cd build && make'

Usage

Run in your terminal:

build/VulkanCppSetup

Note: Program needs to be run from the project directory (parent directory of shaders), because the shader files are loaded based on the working directory.

ESC (or any QKeySequence::Quit) to quit

Use the mouse to click & drag together with WASD to.. make art?