You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.idea | 1 year ago | |
shaders | 1 year ago | |
src | 1 year ago | |
.gitignore | 1 year ago | |
CMakeLists.txt | 1 year ago | |
README.md | 1 year ago | |
make_shaders.sh | 1 year ago |
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?