Arnaud Billon

Results 10 comments of Arnaud Billon

> How can I create my own custom ImGui theme? As you can see from some examples above, you only have to edit some values in `ImGui::GetStyle()` before `NewFrame()` is...

> Interesting. Clang usually includes a message describing why each candidate was or wasn't rejected. Exactly, I am very puzzled by this, I feel like it does not try to...

Okay got it, it is alright visual testing is a hard issue. I was also confused by the ctest command in the workflow, that must had been added by default...

It is funny how Kitware uses Loguru extensively in their projects and yet never bothered to get a CMakeLists here. I think this is a very good start too, It...

> 1. What classes in PCL would have to be modified? Definitely `flann_search.h[pp]` in the search module, anything else? Yes mostly search related ones, but there is quite some stuff...

I've been diving in those codebases a bit, indeed @tkircher concern over CPU vs GPU is a real issue depending on the application. We need to find a good way...

Fixes that works on Ubuntu Clang 14, can make it a PR: https://github.com/alandefreitas/matplotplusplus/compare/master...WildRackoon:matplotplusplus:fix-cpp20

Rebased this to latest code changes just in case anyone needs this Added Demo example But still no idea to reduce code duplication in an intuitive manner / handle

Those asserts should simply be removed since those (`long long` and `unsigned long long`) are type aliases of fixed size types ?

This related to #2391/#1878 right ? To clarify the situation, correct me if I am wrong: - As explained by #2391, there is no such thing as `ImGui::AddDrawList(&drawList)` - Using...