Ruben Van Boxem

Results 24 comments of Ruben Van Boxem

Any updates on this? Our company is holding back on using this plugin to introduce cppcheck because this causes too much frustration with our developers. Editing 5 files and saving...

I fixed the build error by replacing `enum v4l2_h264_field_reference` with plain `int` (which has pretty much the same meaning, especially in C). It seems the enum doesn't exist anymore (yet?)...

It would also be extremely interesting to see a comparison with Skia. The currently compared libraries are "old", although Qt has perhaps evolved the most of them architecturally.

Skia's build system is indeed somewhat esoteric and non-friendly to outsiders. I have a functional CMake setup to build Skia in my Skui project here (it's inside the third party...

If you think quaternions are the sh*t, check out geometric algebra ;)!

There is currently no implementation of Vulkan support. Several things need to happen for that: - Skia's Vulkan bits need to be built. - Vulkan headers will probably be included...