Skip to content

basysKom/qtquickcomputeitem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QtQuickComputeItem

The QtQuick ComputeItem offers an easy way to integrate Compute Shader into QML code.

The idea is to have an Item that works similar to Qt Quick's ShaderItem.

Build

Requirements: Qt6, cmake, Vulkan

git clone ...
mkdir build_QtQuickComputeItem && cd build_QtQuickComputeItem
cmake ../QtQuickComputeItem
make

Example

You have to set the import path, before you can use the plugin. Tthe following command assumes, that your current directory is the build directory:

export QML_IMPORT_PATH=$(pwd)/lib/

Run the gray scott reaction diffusion example (with image buffers):

cd examples/grayscott_image
./qmlgrayscottimage

Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published