Skip to content

ssakone/QtDynamics

 
 

Repository files navigation

QtDynamics

An unofficial plugin for QML to aid in creating physics based animations.

Building

git clone https://github.com/Skrywerbeer/QtDynamics.git
mkdir build
cmake .. CMAKE_PREFIX_PATH=/path/to/qt6
make

And add the built plugin to your qml import path. export QML2_IMPORT_PATH=$QML2_IMPORT_PATH:$(pwd)/imports

Usage

Check the demos for usage examples.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.9%
  • CMake 6.1%