Niels Mayer

Results 43 comments of Niels Mayer

One of the big advantages of whisper.cpp is that when you're processing a 31 HOUR video file, it doesn't just die with "KILLED" and no other debug info, like whisper...

After upgrading to Qt5.15 , compilation with QNANO_USE_RENDERNODE no longer causes QNanoItems inside a StackView item to not refresh. Therefore, I am closing this bug and assuming the problem arose...

Although I'm leaving this bug closed, I have found cases in more complicated apps where defining QNANO_USE_RENDERNODE causes refresh problems, as well as unexpected repainting of items that do not...

On going back to this issue, it turns out the aforementioned example does trigger issues w/ QNANO_USE_RENDERNODE set. Perhaps due to OS or graphics drivers updates, i'm no longer seeing...

I'm attempting to build this example on the Linux Desktop, and having problems. Same source builds fine for Android and displays on NVIDIA Shield TV. After applying the change suggested...

After adding the following to libqnanopainter/include.pri: `linux { DEFINES += QT_OPENGL_ES_2 }` I built f44f4abb7237f99f8db9404933caed48e9275b1c : The private-usage warning is gone, but I still get the following errors: `g++ -c...

Yes, I did a clean all, make qmake, and even deleted the build directories and *.pro.user and reconfigured.. Note that I'm using the stock 14.04LTS compiler for desktop: `ii g++...

The last commit did not fix it for me in Ubuntu 14.04LTS w/ "gcc 4.8.4-2ubuntu1~14.04." However, after adding the additional four commits made to your branch 'fixopengllinux' I was able...

I verify that branch piechart now builds on linux via c7f532ac3a9dee51935f633080c43a0fb2d50b0c from QUItCoding/qnanopainter.git master/head. Specifically, I did (in case someone else wants to get this example running on Linux desktop):...

Im seeing similar performance issues on desktop, whereas on Android (NVidia Shield TV) I get a solid 60FPS with QNanoPainter and under 10 with QPainter. On Nexus6, 38-45fps with QNanopainter....