Git Product home page Git Product logo

qmlx11composition's Introduction

How to build

to build this sample you need:

  • meson
  • xcb (render/damage/composite)
  • Qt (>= 5.11) with Core, Widgets, X11extra, QtDeclarative, and QtQuickControls2
  • libvlc

on ubuntu/debian something like this should work

  sudo apt install \
      meson g++ pkg-config \
      qtdeclarative5-dev libqt5x11extras5-dev qml-module-qtquick2 qml-module-qtquick-controls2 \
      libxcb-composite0-dev libxcb-damage0-dev  libxcb-render0-dev \
      libvlc-dev vlc-plugin-base vlc-plugin-video-output

build with

cd /path/to/repo
meson build
cd build
ninja

then run

./myprog

What to report

  • Is there only one window (Or 3)

  • Is the video visible

  • Is the interface visible (translucent red with spinning text)

  • Is the video playing smoothly

  • press the rotate button. Is the video still playing smoothly

  • can you edit the input field on the top left


  • what is your OS (cat /etc/os-release)

  • what window manager are you using

  • Do you use a compositor

    • if so which one

    • if you know it, what backend is it using (xrender, opengl)

  • what is your X11 version

  • Do you have a 3D controler.

please report your results here: https://lite.framacalc.org/9jwy-qmlx11composition

Known issues

  • multi screen is not handled at the moment

  • there are some visual glitches when resizing

  • closing the window won't close the program properly, do a Ctrl-C

qmlx11composition's People

Contributors

chubinou avatar

Watchers

 avatar

Forkers

mediabuff

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.