Skip to content
/ Fall Public
forked from carlonluca/Fall

Test application for Qt Quick animations.

License

Notifications You must be signed in to change notification settings

matzrm/Fall

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fall

Fall is a simple benchmark app to test Qt Quick animations. It supports Qt versions > 5.12, including Qt 6 (tested up to 6.4.2).

shot

Features

Usage: ./Fall [options]
Fall

Options:
  -h, --help  Displays help on commandline options.
  --help-all  Displays help including Qt specific options.
  -b <type>   Background type: image,qtvideo
  -p <path>   Media path

The available options for the background are:

  • image: an embedded static image is shown;
  • qtvideo: a video is decoded though regular Qt backends and rendered as the background (use the -p param to set the path to the video);
  • potvl: a video decoded and rendered through PiOmxTextures (only for Raspberry Pi, https://github.com/carlonluca/pot).

About

Test application for Qt Quick animations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • QML 59.7%
  • C++ 14.6%
  • CMake 12.3%
  • GLSL 9.1%
  • QMake 3.3%
  • Shell 1.0%